free RocList elements when refcount=1

This commit is contained in:
Folkert 2020-09-30 16:05:44 +02:00
parent 3d46d19585
commit f3b317cab6

View file

@ -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 {