From 56e31e3b8a1a569f42140547ffda5a91ef451b47 Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Tue, 5 Jun 2018 21:05:22 +0200 Subject: Fix call of call of functions with parameters --- src/symbol_table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/symbol_table.h') 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); int loc_lookup(const char name[]); int loc_get_addr(const char name[]); void loc_display_table(); +void loc_clean_table(); void check_expected_type(int type_to_check, int type_expected); #endif -- cgit v1.2.3