2002-04-24 Matt Hiller <hiller@redhat.com>
authorhiller <hiller@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2002 22:27:37 +0000 (22:27 +0000)
committerhiller <hiller@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2002 22:27:37 +0000 (22:27 +0000)
commit2d84a042c4880236e87ead0e740684540b72d524
treed2663537bd38974fb940ff075307819e992e66f9
parent31215a6e0e920eca54bd986b85eb525ee49a306c
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@52740 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog