mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Merge pull request #1686 from rtfeldman/refcounting-cleanup
Refcounting cleanup
This commit is contained in:
commit
0dd1395331
7 changed files with 120 additions and 160 deletions
|
@ -108,6 +108,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