diff options
Diffstat (limited to 'contrib/gcc/cp/input.c')
-rw-r--r-- | contrib/gcc/cp/input.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/gcc/cp/input.c b/contrib/gcc/cp/input.c index 5a73fea..9148c86 100644 --- a/contrib/gcc/cp/input.c +++ b/contrib/gcc/cp/input.c @@ -1,5 +1,5 @@ /* Input handling for G++. - Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1992, 93-98, 1999 Free Software Foundation, Inc. Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing. This file is part of GNU CC. @@ -53,12 +53,6 @@ static struct input_source *input, *free_inputs; extern char *input_filename; extern int lineno; -#ifdef __GNUC__ -#define inline __inline__ -#else -#define inline -#endif - #if USE_CPPLIB extern unsigned char *yy_cur, *yy_lim; extern int yy_get_token (); |