X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol_table.c;h=8f546b36dd3c8f9222fe7bc0f51863d83ffb8e71;hb=4870126b5873da8e2844b089f117b7aa3c6a18d6;hp=2b0040d48713797132fe53aa75ce319c1977ac85;hpb=eb596cbe81cdddc1b68ed70ee927dc6037d2ef3c;p=cparser diff --git a/symbol_table.c b/symbol_table.c index 2b0040d..8f546b3 100644 --- a/symbol_table.c +++ b/symbol_table.c @@ -14,7 +14,6 @@ void init_symbol_table_entry(symbol_t *entry, const char *string) entry->ID = T_IDENTIFIER; entry->pp_ID = 0; entry->declaration = NULL; - entry->context = NULL; } #define HashSet symbol_table_t