Added header for helpers

This commit is contained in:
Øyvind Skaaden 2022-03-16 22:26:25 +01:00
parent b0f3da6f0d
commit 78d4161e4d

View File

@ -48,4 +48,8 @@ typedef struct s {
#define LOCAL_BUCKET_SIZE 16
#define DEFAULT_STRING_LIST_SIZE 8
#define DEFAULT_NO_SCOPES 1
#define DEFAULT_NO_SCOPES 1
/* Helper functions */
void print_global_tree(symbol_t* global);
void insert_symbol(tlhash_t *hash_table, symbol_t* symbol);