cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
authorMatthew Hiller <hiller@gcc.gnu.org>
Wed, 24 Apr 2002 22:18:25 +0000 (22:18 +0000)
committerMatthew Hiller <hiller@gcc.gnu.org>
Wed, 24 Apr 2002 22:18:25 +0000 (22:18 +0000)
commit64cdc38350d29ed0e2d5fa0b4bdd074ec69135dd
treec295949959dc8ecb1998758d055af141fb272257
parent67f0a6bf0132909f392c07fa5eab27b3e8c6e483
cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.

2002-04-24  Matt Hiller  <hiller@redhat.com>

* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
* c-lex.c: Ditto.

* cpplex.c (skip_line_comment): Process comment one multibyte
character at a time rather than one char at a time, if
appropriate.
(parse_string): Process string one multibyte character at a time
rather than one char at a time, if appropriate.
* c-lex.c (lex_string): Lex and copy multibyte strings
appropriately.
* cpplib.h (cppchar_t): Change to unsigned.

From-SVN: r52737
gcc/c-lex.c
gcc/cpplex.c
gcc/cpplib.h