diff options
Diffstat (limited to 'src/symbol_table.h')
-rw-r--r-- | src/symbol_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/symbol_table.h b/src/symbol_table.h index a5dba69..d0ac440 100644 --- a/src/symbol_table.h +++ b/src/symbol_table.h | |||
@@ -55,6 +55,7 @@ void loc_addVar(const char name[], int type); | |||
55 | int loc_lookup(const char name[]); | 55 | int loc_lookup(const char name[]); |
56 | int loc_get_addr(const char name[]); | 56 | int loc_get_addr(const char name[]); |
57 | void loc_display_table(); | 57 | void loc_display_table(); |
58 | void loc_clean_table(); | ||
58 | void check_expected_type(int type_to_check, int type_expected); | 59 | void check_expected_type(int type_to_check, int type_expected); |
59 | 60 | ||
60 | #endif | 61 | #endif |