X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol_table.h;h=0f456334f6fa165ce334a5d8531c52c29f6ee3ef;hb=f22121e4473703019e76f50d46ff52dcd7d0b020;hp=a61d8482edba34f1031900a75c6243a152adcc61;hpb=6d7d61de445629e1590d3a2ba2990ef7a651368a;p=cparser diff --git a/symbol_table.h b/symbol_table.h index a61d848..0f45633 100644 --- a/symbol_table.h +++ b/symbol_table.h @@ -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);