OSDN Git Service

* cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Oct 2003 07:30:34 +0000 (07:30 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Oct 2003 07:30:34 +0000 (07:30 +0000)
commit9eb7466604c607c9d8d79ae4534438c1d9d7546b
treec20dbb16aaad4d46e1efbbdb072fa9eb2e5cb387
parente2df3e75379da18409c584c2efb2064c282330de
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72016 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cpplib.c
gcc/cppmacro.c
gcc/cpppch.c