summaryrefslogtreecommitdiffstats
path: root/contrib/gcclibs/libcpp/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcclibs/libcpp/internal.h')
-rw-r--r--contrib/gcclibs/libcpp/internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcclibs/libcpp/internal.h b/contrib/gcclibs/libcpp/internal.h
index addff61..1661f7a 100644
--- a/contrib/gcclibs/libcpp/internal.h
+++ b/contrib/gcclibs/libcpp/internal.h
@@ -355,6 +355,10 @@ struct cpp_reader
struct file_hash_entry *file_hash_entries;
unsigned int file_hash_entries_allocated, file_hash_entries_used;
+ /* Negative path lookup hash table. */
+ struct htab *nonexistent_file_hash;
+ struct obstack nonexistent_file_ob;
+
/* Nonzero means don't look for #include "foo" the source-file
directory. */
bool quote_ignores_source_dir;
OpenPOWER on IntegriCloud