Mostly finished parsing of GNU attributes.
[cparser] / symbol_table.c
index 51f37d9..cef0421 100644 (file)
@@ -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;
 }