diff options
Diffstat (limited to 'libcpp/identifiers.c')
-rw-r--r-- | libcpp/identifiers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/identifiers.c b/libcpp/identifiers.c index 35d1906..108939a 100644 --- a/libcpp/identifiers.c +++ b/libcpp/identifiers.c @@ -72,6 +72,7 @@ _cpp_init_hashtable (cpp_reader *pfile, cpp_hash_table *table) s->n__VA_ARGS__->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__")); + s->n__has_attribute__ = cpp_lookup (pfile, DSC("__has_attribute__")); } /* Tear down the identifier hash table. */ |