X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=symbol_table.c;h=5a448e9c550fe9e7255e2f0f3386d4d0992c66cb;hb=8221015a4d0babf80e2514481647d75953eb30ac;hp=00b38ad5cd68a18732e742a062f5156e256bab9d;hpb=f9b99f31447f156dd8f835ab26573da2722d81a0;p=cparser diff --git a/symbol_table.c b/symbol_table.c index 00b38ad..5a448e9 100644 --- a/symbol_table.c +++ b/symbol_table.c @@ -30,10 +30,10 @@ struct obstack symbol_obstack; static inline void init_symbol_table_entry(symbol_t *entry, const char *string) { - entry->string = string; - entry->ID = T_IDENTIFIER; - entry->pp_ID = TP_IDENTIFIER; - entry->declaration = NULL; + entry->string = string; + entry->ID = T_IDENTIFIER; + entry->pp_ID = TP_IDENTIFIER; + entry->entity = NULL; } #define HashSet symbol_table_t