aboutsummaryrefslogtreecommitdiff
path: root/src/symbol_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbol_table.h')
-rw-r--r--src/symbol_table.h1
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);
55int loc_lookup(const char name[]); 55int loc_lookup(const char name[]);
56int loc_get_addr(const char name[]); 56int loc_get_addr(const char name[]);
57void loc_display_table(); 57void loc_display_table();
58void loc_clean_table();
58void check_expected_type(int type_to_check, int type_expected); 59void check_expected_type(int type_to_check, int type_expected);
59 60
60#endif 61#endif