This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
MULTIBYTE_CHARS in c-lex.c and cp/lex.c
- To: <gcc@gcc.gnu.org>
- Subject: MULTIBYTE_CHARS in c-lex.c and cp/lex.c
- From: Gavin Romig-Koch <gavin@cygnus.com>
- Date: Tue, 31 Aug 1999 17:03:59 -0400 (EDT)
There is a undef at the top of c-lex.c that turns off MULTIBYTE_CHARS
if CROSS_COMPILE is set. There is not a similar undef at the top
of cp/lex.c. Can anybody shed light on why the difference?
Is it because cp/lex.c is always built with gcc, while c-lex.c might
be built with some other compiler?
-gavin...