Bother. It looks like I'd already fully implemented hashmaps...
May need to back out a whole hill of work.
This commit is contained in:
parent
132f5fb268
commit
bfd7304da1
11 changed files with 378 additions and 83 deletions
|
|
@ -675,9 +675,9 @@ struct cons_space_object {
|
|||
|
||||
bool check_tag( struct cons_pointer pointer, char *tag );
|
||||
|
||||
void inc_ref( struct cons_pointer pointer );
|
||||
struct cons_pointer inc_ref( struct cons_pointer pointer );
|
||||
|
||||
void dec_ref( struct cons_pointer pointer );
|
||||
struct cons_pointer dec_ref( struct cons_pointer pointer );
|
||||
|
||||
struct cons_pointer c_type( struct cons_pointer pointer );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue