fix cases where compoundlits are constant/get an entity
[cparser] / symbol_table.h
index a61d848..0f45633 100644 (file)
@@ -23,7 +23,7 @@
 #include "symbol.h"
 #include "adt/obst.h"
 
-symbol_t *symbol_table_insert(const char *symbol);
+symbol_t *symbol_table_insert(const char *string);
 
 void init_symbol_table(void);
 void exit_symbol_table(void);