cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed 08-28 change...
authorPer Bothner <pbothner@apple.com>
Thu, 2 Oct 2003 07:20:38 +0000 (07:20 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 2 Oct 2003 07:20:38 +0000 (00:20 -0700)
commita506c55cb1000de54bb5a2907e10f31113c46133
tree556b83797cd04698faea5798a63e42ef3fda0c52
parentfddb33d2cd74d9bfd6951802ea075ad122ad1571
cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed 08-28 change...

* cpplex.c (_cpp_get_fresh_line):  Revert my no-longer-needed
08-28 change, since we're never called with a NULL buffer.
(_cpp_lex_direct):  Likewise.
* cpptrad.c (_cpp_read_logical_line_trad):  Likewise.
Return false if buffer is NULL at end.

* cpplex.c (_cpp_get_fresh_line):  Return value now just depends on
whether pfile->buffer is NULL after pop, ignoring return_at_eof.

From-SVN: r72013
gcc/ChangeLog
gcc/cpplex.c
gcc/cpptrad.c