diff options
Diffstat (limited to 'libcpp/identifiers.c')
-rw-r--r-- | libcpp/identifiers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcpp/identifiers.c b/libcpp/identifiers.c index 562d8fe..9627e1b 100644 --- a/libcpp/identifiers.c +++ b/libcpp/identifiers.c @@ -72,8 +72,7 @@ _cpp_init_hashtable (cpp_reader *pfile, cpp_hash_table *table) s->n__VA_ARGS__->flags |= NODE_DIAGNOSTIC; s->n__VA_OPT__ = cpp_lookup (pfile, DSC("__VA_OPT__")); s->n__VA_OPT__->flags |= NODE_DIAGNOSTIC; - s->n__has_include__ = cpp_lookup (pfile, DSC("__has_include__")); - s->n__has_include_next__ = cpp_lookup (pfile, DSC("__has_include_next__")); + /* __has_include{,_next} are inited in cpp_init_builtins. */ } /* Tear down the identifier hash table. */ |