From d0fea45a7b062c03e720d8c997429ed760548698 Mon Sep 17 00:00:00 2001 From: Matthew Hiller Date: Wed, 24 Apr 2002 22:27:19 +0000 Subject: [PATCH] cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. 2002-04-24 Matt Hiller * 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 --- gcc/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28484bd26df..94d1021d6d4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2002-04-24 Matt Hiller + + * 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 PR c/3467 @@ -255,6 +269,7 @@ Wed Apr 24 13:48:25 CEST 2002 Jan Hubicka (vec_vupklsh): New. (vec_vxor): New. +>>>>>>> 1.13835 2002-04-23 Eric Botcazou PR c/5430 -- 2.30.2