From cae8fa8120c70195f34a2456f18c4c848a2d3e0c Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 16 Oct 1999 06:09:09 +0000 Subject: Virgin import of the GCC 2.95.1 compilers --- contrib/gcc/cp/input.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'contrib/gcc/cp/input.c') 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 (); -- cgit v1.1