mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
free RocList elements when refcount=1
This commit is contained in:
parent
3d46d19585
commit
f3b317cab6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ extern "C" {
|
|||
pub fn printf(format: *const u8, ...) -> i32;
|
||||
}
|
||||
|
||||
const REFCOUNT_1: usize = usize::MAX;
|
||||
const REFCOUNT_1: usize = isize::MIN as usize;
|
||||
|
||||
//#[macro_export]
|
||||
//macro_rules! roclist {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue