]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libcpp/identifiers.c
Implement SD-6: SG10 Feature Test Recommendations
[thirdparty/gcc.git] / libcpp / identifiers.c
index cfb9979a6f7a54b2c8638acb824e12b5abc59c42..8fba8c004ecc2155f7d3116264aabb3d2a79b65b 100644 (file)
@@ -72,6 +72,8 @@ _cpp_init_hashtable (cpp_reader *pfile, cpp_hash_table *table)
   s->n_false           = cpp_lookup (pfile, DSC("false"));
   s->n__VA_ARGS__       = cpp_lookup (pfile, DSC("__VA_ARGS__"));
   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__"));
 }
 
 /* Tear down the identifier hash table.  */