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
|
@ -83,3 +83,4 @@ pub const DEC_DIV: &str = "roc_builtins.dec.div";
|
|||
|
||||
pub const UTILS_TEST_PANIC: &str = "roc_builtins.utils.test_panic";
|
||||
pub const UTILS_DECREF: &str = "roc_builtins.utils.decref";
|
||||
pub const UTILS_DECREF_CHECK_NULL: &str = "roc_builtins.utils.decref_check_null";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue