cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.
authorNeil Booth <neil@daikokuya.co.uk>
Sat, 2 Aug 2003 16:29:46 +0000 (16:29 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 2 Aug 2003 16:29:46 +0000 (16:29 +0000)
commit49634b3a45f7d9e65a521ac665014d6a81194dc4
tree2f3f5d24ede7076f17367de0a1945c6a8e563d8f
parentcf1ee30c6769682cfba0b8518349a451e04d5dcc
cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.

* cppfiles.c (struct _cpp_file): Rename once_only_next to
next_file.  Remove import and pragma_once, add once_only.
(find_file): Add new file structures to the all_files list.
(should_stack_file): Mark #import-ed files once-only, and
don't stack them if the file has already been stacked.
(_cp_mark_file_once_only): Simplify.
* cpphash.h (struct cpp_reader): Rename once_only_files
to all_files.  Rename saw_pragma_once to seen_once_only.
(_cpp_mark_file_once_only): Update prototype.
* cpplib.c (do_pragma_once): Update.
testsuite:
* import1.c, import2.c: New tests.

From-SVN: r70106
gcc/ChangeLog
gcc/cppfiles.c
gcc/cpphash.h
gcc/cpplib.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/import1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/import1.h [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/import2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/cpp/import2.h [new file with mode: 0644]