mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 15:26:14 +08:00
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: r52739
This commit is contained in:
parent
2d1b5436c8
commit
d0fea45a7b
@ -1,3 +1,17 @@
|
||||
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.
|
||||
|
||||
2002-04-24 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR c/3467
|
||||
@ -255,6 +269,7 @@ Wed Apr 24 13:48:25 CEST 2002 Jan Hubicka <jh@suse.cz>
|
||||
(vec_vupklsh): New.
|
||||
(vec_vxor): New.
|
||||
|
||||
>>>>>>> 1.13835
|
||||
2002-04-23 Eric Botcazou <ebotcazou@multimania.com>
|
||||
|
||||
PR c/5430
|
||||
|
Loading…
Reference in New Issue
Block a user