summaryrefslogtreecommitdiffstats
path: root/libcpp/internal.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-16 17:07:01 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-16 17:07:01 +0000
commit821fa04597c85a989208417116a579a8333810cc (patch)
tree731f455afa7023a8116cc6a957e079da9a2f3e35 /libcpp/internal.h
parent63db09c1cad487ddffdc5caaa6ecac9b87637e50 (diff)
downloadppe42-gcc-821fa04597c85a989208417116a579a8333810cc.tar.gz
ppe42-gcc-821fa04597c85a989208417116a579a8333810cc.zip
2004-07-16 Andris Pavenis <pavenis@latnet.lv>
PR preprocessor/16366 * internal.h (struct cpp_reader): New field dir_hash. * files.c (make_cpp_dir): Use dir_hash, not file_hash. (_cpp_init_files, _cpp_cleanup_files): Update for new field. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/internal.h')
-rw-r--r--libcpp/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/internal.h b/libcpp/internal.h
index 845f1ebdf08..0a7eb109187 100644
--- a/libcpp/internal.h
+++ b/libcpp/internal.h
@@ -334,6 +334,7 @@ struct cpp_reader
/* File and directory hash table. */
struct htab *file_hash;
+ struct htab *dir_hash;
struct file_hash_entry *file_hash_entries;
unsigned int file_hash_entries_allocated, file_hash_entries_used;
OpenPOWER on IntegriCloud