(read_name_map, read_filename_string, open_include_file):
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 24 Dec 1993 20:49:47 +0000 (12:49 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 24 Dec 1993 20:49:47 +0000 (12:49 -0800)
commit6e7f952e96c08b97602e80d0961265090c707242
tree7b997e0b369b8ad3700d86f0ded90e93d7bf5343
parent2bf29316da96818c2db73220318bce5679431c98
(read_name_map, read_filename_string, open_include_file):

New functions.
(struct file_name_list): New members: name_map, got_name_map.
(main, path_include, do_include, do_once): Set got_name_map.
(do_include): Use open_include_file instead of open.  Add new
parameter to lookup_import calls.
(lookup_import): New parameter searchptr.  Call open_include_file
instead of open.

From-SVN: r6307
gcc/cccp.c