cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_buffer.
authorPer Bothner <bothner@pbothner.com>
Thu, 21 Aug 2003 15:57:51 +0000 (15:57 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 21 Aug 2003 15:57:51 +0000 (08:57 -0700)
commitac650a0a320c369bfc1788e9579dc102576ddc50
tree7c7e63abe1ff8a2d9797fc58544a1e41ad0c12f2
parent17fdfd9fc3a58d0fd9332b36c694508a1e076ae5
cppfiles.c (stack_file): Correctly pass return_at_eof parameter to cpp_push_buffer.

* cppfiles.c (stack_file):  Correctly pass return_at_eof parameter
to cpp_push_buffer.
* cpplex.c (_cpp_get_fresh_line):  Don't buffer->prev - handled
by return_at_eof check.  Always call _cpp_pop_buffer at end.

From-SVN: r70646
gcc/ChangeLog
gcc/cppfiles.c
gcc/cpplex.c