Getting closer. WARNING: GC disabled in this commit.

This commit is contained in:
Simon Brooke 2019-01-22 09:48:26 +00:00
parent 3fd322af6f
commit bf72ae379d
6 changed files with 30 additions and 62 deletions

View file

@ -59,7 +59,7 @@ void dec_ref( struct cons_pointer pointer ) {
cell->count--;
if ( cell->count == 0 ) {
free_cell( pointer );
// free_cell( pointer );
}
}
}