From: Matthew Hiller Date: Wed, 24 Apr 2002 22:27:37 +0000 (+0000) Subject: cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. X-Git-Tag: releases/gcc-3.3.0~5487 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fac72c72982c491a4f0081196fb187e3d20cca2;p=thirdparty%2Fgcc.git 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: r52740 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94d1021d6d4b..a090b49272b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -269,7 +269,6 @@ 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