summaryrefslogtreecommitdiff
path: root/gnu/dist/toolchain/gcc/cppinit.c
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-04-23 11:57:48 +0000
committertv <tv@NetBSD.org>2001-04-23 11:57:48 +0000
commitf54fbfcb7509bdf24aaa2b7113d91eb4bfe0fb17 (patch)
treec599acdd7b265e6fe82d2b45a658f0b64a9b2bf2 /gnu/dist/toolchain/gcc/cppinit.c
parent1220abdf9e6fa1477d366149d3b1a7df6c184a3a (diff)
Import gcc 2.95.3.
Diffstat (limited to 'gnu/dist/toolchain/gcc/cppinit.c')
-rw-r--r--gnu/dist/toolchain/gcc/cppinit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/dist/toolchain/gcc/cppinit.c b/gnu/dist/toolchain/gcc/cppinit.c
index 4fb3ca8d94d..453cc5836c3 100644
--- a/gnu/dist/toolchain/gcc/cppinit.c
+++ b/gnu/dist/toolchain/gcc/cppinit.c
@@ -1,5 +1,6 @@
/* CPP Library.
- Copyright (C) 1986, 87, 89, 92-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
@@ -210,7 +211,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] =