Removed helpers and moved to ir.c
parent
78d4161e4d
commit
6b87321671
|
@ -49,7 +49,3 @@ typedef struct s {
|
|||
|
||||
#define DEFAULT_STRING_LIST_SIZE 8
|
||||
#define DEFAULT_NO_SCOPES 1
|
||||
|
||||
/* Helper functions */
|
||||
void print_global_tree(symbol_t* global);
|
||||
void insert_symbol(tlhash_t *hash_table, symbol_t* symbol);
|
Loading…
Reference in New Issue