cpplex.c (_cpp_lex_line): Merge vertical space.
authorNeil Booth <neilb@earthling.net>
Sun, 28 May 2000 01:03:16 +0000 (01:03 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 28 May 2000 01:03:16 +0000 (01:03 +0000)
commitf624ffa71f84afc0f8fb14e76a664a4556574efd
treea1d9e801ecfc422ad3a6c2468f8a9c254c4e255c
parentad265aa4d61d9c7dac95718a1f00c18476c7ee13
cpplex.c (_cpp_lex_line): Merge vertical space.

* cpplex.c (_cpp_lex_line): Merge vertical space.  Flag
first token of a line BOL.  Update EOF code for this.
Remove illegal directive check - it appears in the (not
yet committed) caller.
* cpplib.h (BOL): New flag.

From-SVN: r34216
gcc/ChangeLog
gcc/cpplex.c
gcc/cpplib.h