summaryrefslogtreecommitdiff
path: root/contrib/gcc/cppinit.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-22 02:59:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-22 02:59:08 +0000
commitaaaa7e3448ff28dbb3b303c09e079e07ec1786d5 (patch)
tree0e54f05f998e99b542abbbd129fea5973dc88539 /contrib/gcc/cppinit.c
parent68a9f39184c8a72b08b621685741247dc5f365a7 (diff)
parentcbab3205286065bef3f77788d973d62378b6d6f0 (diff)
Notes
Diffstat (limited to 'contrib/gcc/cppinit.c')
-rw-r--r--contrib/gcc/cppinit.c2
1 files changed, 1 insertions, 1 deletions
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] =