]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/files.c
cppfiles.c (stack_include_file): Harmonize system headerness tests.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 21 Aug 2001 19:23:24 +0000 (19:23 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 21 Aug 2001 19:23:24 +0000 (19:23 +0000)
commite5eba70ac7f7e76bbc784eee6191e7464694dba1
treeb8f13202d7b92b0fabf823b1b15ac5379a0fdbc0
parentc1a6a8dc2a4e41198a30f1301fea869829f3e4a5
cppfiles.c (stack_include_file): Harmonize system headerness tests.

* cppfiles.c (stack_include_file): Harmonize system headerness tests.
* cppfiles.c (stack_include_file): Only stack a file if there
is something to do.  Return a boolean indicating whether a
buffer was stacked or not.
(_cpp_execute_include): Similarly.
(_cpp_read_file): Similarly.
* cpphash.h (_cpp_read_file, _cpp_execute_include): Update prototypes.

From-SVN: r45083
gcc/ChangeLog
gcc/cppfiles.c
gcc/cpphash.h