cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even when...
authorPer Bothner <pbothner@apple.com>
Thu, 2 Oct 2003 07:30:34 +0000 (07:30 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 2 Oct 2003 07:30:34 +0000 (00:30 -0700)
commit40de9f7604b99da9e0b9e3eed7df9a3c34c7e1da
treec20dbb16aaad4d46e1efbbdb072fa9eb2e5cb387
parent31703a61a7f15e58788363c4c110421b44610743
cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even when popping the main file.

* cpplib.c (_cpp_pop_buffer):  Do generate a _cpp_do_file_change
callback even when popping the main file.

* cpplib.c (cpp_push_buffer):  Since we no longer set return_at_eof,
remove the unused return_at_eof parameter.
* cppfiles.c, cpplib.c, cppmacro.c, cpppch.c, fix-header.c:
Update callers of cpp_push_buffer.

From-SVN: r72016
gcc/ChangeLog
gcc/cpplib.c
gcc/cppmacro.c
gcc/cpppch.c