cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true if...
authorAndreas Schwab <schwab@suse.de>
Thu, 3 Jan 2002 09:41:00 +0000 (09:41 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 3 Jan 2002 09:41:00 +0000 (09:41 +0000)
commitb7e30d8ad0eefc5560ae1e0fbb67ed02a428d874
treecbc23e02d49a928631fef7e5b64be1beb9789c5c
parentff81832f59cff40ccee928693238c92c0347a50e
cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true if...

* cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
and return true if _cpp_push_next_buffer pushed a new include
file.
* cpplib.c (_cpp_pop_buffer): Only call obstack_free if
_cpp_pop_file_buffer did not push a new file.
* cpphash.h (_cpp_pop_file_buffer): Update declaration.

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