OSDN Git Service

2002-04-24 Matt Hiller <hiller@redhat.com>
authorhiller <hiller@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2002 22:18:25 +0000 (22:18 +0000)
committerhiller <hiller@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2002 22:18:25 +0000 (22:18 +0000)
commit497bb0230ff301fae31e259a009994db1cbf0bb4
treec295949959dc8ecb1998758d055af141fb272257
parent78b4b656197c9032cd5a2735e7ec85d125685f41
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52737 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-lex.c
gcc/cpplex.c
gcc/cpplib.h