X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=symbol_table.c;h=cef042104f3c0da85eca3f37d1b7e78723e76cd2;hb=67569659de101e005c876dbf18ae1a54a97c917e;hp=51f37d99c66fbf7c1d4e95356095fc42d9eab1f9;hpb=f3f57226195059ecb38d482c469a4c665fc9c2d1;p=cparser diff --git a/symbol_table.c b/symbol_table.c index 51f37d9..cef0421 100644 --- a/symbol_table.c +++ b/symbol_table.c @@ -32,7 +32,7 @@ void init_symbol_table_entry(symbol_t *entry, const char *string) { entry->string = string; entry->ID = T_IDENTIFIER; - entry->pp_ID = 0; + entry->pp_ID = TP_IDENTIFIER; entry->declaration = NULL; }