X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol_table.c;h=8f546b36dd3c8f9222fe7bc0f51863d83ffb8e71;hb=0cd1559ba2a23f1522e3f740067e4ef5ea8c3520;hp=ca65de6fafaabaa6cb3832d40cac4adf39c9fa75;hpb=97f33b63c421063c4cbc869c60076b9132667835;p=cparser diff --git a/symbol_table.c b/symbol_table.c index ca65de6..8f546b3 100644 --- a/symbol_table.c +++ b/symbol_table.c @@ -10,10 +10,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 = 0; - entry->thing = NULL; + entry->string = string; + entry->ID = T_IDENTIFIER; + entry->pp_ID = 0; + entry->declaration = NULL; } #define HashSet symbol_table_t