Generally, changed working with tags as strings to as values.
This seems both cheaper and safer; what's not to like?
This commit is contained in:
parent
eadb125b83
commit
93d4bd14a0
17 changed files with 87 additions and 88 deletions
|
|
@ -55,7 +55,7 @@ extern struct cons_page *conspages[NCONSPAGES];
|
|||
|
||||
void free_cell( struct cons_pointer pointer );
|
||||
|
||||
struct cons_pointer allocate_cell( char *tag );
|
||||
struct cons_pointer allocate_cell( uint32_t tag );
|
||||
|
||||
void initialise_cons_pages( );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue