From a23ee064e26afca80e24ccc9036ef01f54b1f377 Mon Sep 17 00:00:00 2001 From: Andris Pavenis Date: Fri, 16 Jul 2004 20:07:01 +0300 Subject: re PR preprocessor/16366 (Preprocessor option -remap causes memory corruption) 2004-07-16 Andris Pavenis 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. From-SVN: r84821 --- libcpp/internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcpp/internal.h') diff --git a/libcpp/internal.h b/libcpp/internal.h index 845f1eb..0a7eb10 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; -- cgit v1.1