aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/input.c')
-rw-r--r--gcc/cp/input.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/cp/input.c b/gcc/cp/input.c
index 5a73fea8bd0..9148c865623 100644
--- a/gcc/cp/input.c
+++ b/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 ();