Commit 3fac72c7 by Matthew Hiller

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: r52740
parent d0fea45a
......@@ -269,7 +269,6 @@ 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment