mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
cleanup
This commit is contained in:
parent
910cbb47c0
commit
59e551dd32
4 changed files with 2 additions and 6 deletions
|
@ -3,8 +3,6 @@ const utils = @import("utils.zig");
|
|||
const RocResult = utils.RocResult;
|
||||
const mem = std.mem;
|
||||
|
||||
const TAG_WIDTH = 8;
|
||||
|
||||
const EqFn = fn (?[*]u8, ?[*]u8) callconv(.C) bool;
|
||||
const CompareFn = fn (?[*]u8, ?[*]u8, ?[*]u8) callconv(.C) u8;
|
||||
const Opaque = ?[*]u8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue