From cbab3205286065bef3f77788d973d62378b6d6f0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 22 Jan 2000 02:59:08 +0000 Subject: Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch" branch on Jan 20th, 2000. --- contrib/gcc/cppinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gcc/cppinit.c') diff --git a/contrib/gcc/cppinit.c b/contrib/gcc/cppinit.c index 4fb3ca8d94d9..86e0d68a78fe 100644 --- a/contrib/gcc/cppinit.c +++ b/contrib/gcc/cppinit.c @@ -210,7 +210,7 @@ enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; /* If gcc is in use (stage2/stage3) we can make these tables initialized data. */ #if defined __GNUC__ && (__GNUC__ > 2 \ - || (__GNUC__ == 2 && __GNUC_MINOR__ > 6)) + || (__GNUC__ == 2 && __GNUC_MINOR__ > 8)) /* Table to tell if a character is legal as the second or later character of a C identifier. */ U_CHAR is_idchar[256] = -- cgit v1.2.3