mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
expose decref_pointer_check_NULL
This commit is contained in:
parent
ac75badbe4
commit
5e68d31afc
4 changed files with 32 additions and 0 deletions
|
@ -110,6 +110,7 @@ const utils = @import("utils.zig");
|
|||
comptime {
|
||||
exportUtilsFn(utils.test_panic, "test_panic");
|
||||
exportUtilsFn(utils.decrefC, "decref");
|
||||
exportUtilsFn(utils.decrefCheckNullC, "decref_check_null");
|
||||
|
||||
@export(utils.panic, .{ .name = "roc_builtins.utils." ++ "panic", .linkage = .Weak });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue