]> gcc.gnu.org Git - gcc.git/commit - gcc/cpplex.c
cppexp.c (parse_charconst): Null does not end character constants.
authorNeil Booth <neilb@earthling.net>
Sat, 8 Apr 2000 04:00:02 +0000 (04:00 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 8 Apr 2000 04:00:02 +0000 (04:00 +0000)
commit64aaf40718c2f7664d6bb6de25575ca2451a59b3
tree54f1e456f876159b92452e63265ec5cc24bf17b5
parent62828c0078f54356ccc4d81136bd2ef6c68e9b7b
cppexp.c (parse_charconst): Null does not end character constants.

* cppexp.c (parse_charconst): Null does not end character
constants.
* cppinit.c (ISTABLE): Null character handled as whitespace.
* cpplex.c (null_warning):  new function.
(skip_string): Emit warning if nulls encountered.
(_cpp_skip_hspace): Emit warning if nulls encountered.
(_cpp_lex_token): Emit warning if nulls encountered.  Drop
them.
* cpp.texi: Update.

From-SVN: r33013
gcc/ChangeLog
gcc/cpp.texi
gcc/cppexp.c
gcc/cppinit.c
gcc/cpplex.c
This page took 0.056707 seconds and 5 git commands to generate.