c-lex.c (c_lex): Handle CPP_OTHER differently.
authorNeil Booth <neil@daikokuya.co.uk>
Tue, 22 Apr 2003 19:28:00 +0000 (19:28 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 22 Apr 2003 19:28:00 +0000 (19:28 +0000)
commit1067694a52b1cb7b5508c1240cc1d58bc71113d4
tree0004496cf3900a93b9e0ad258622e9c33e36e97d
parent45aca21f40ea1aad7cf94857e064fa0cd9ea1a93
c-lex.c (c_lex): Handle CPP_OTHER differently.

* c-lex.c (c_lex): Handle CPP_OTHER differently.
* cppexp.c (_cpp_parse_expr): Similarly.
* cpplex.c (SPELL_CHAR): Remove.
(_cpp_lex_direct): Stray chars are saved as byte strings.
(cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
handle SPELL_CHAR.
(cpp_avoid_paste): Update handling of CPP_OTHER.
* cpplib.h: Spell CPP_OTHER like a number.
(struct cpp_token): Remove member c.
* cppmacro.c (stringify_arg): Update handling of CPP_OTHER.

From-SVN: r65951
gcc/ChangeLog
gcc/c-lex.c
gcc/cppexp.c
gcc/cpplex.c
gcc/cpplib.h
gcc/cppmacro.c