mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-28 01:14:27 +08:00
* input.c (inline): Don't define, its handled by system.h.
From-SVN: r24951
This commit is contained in:
parent
ab7c205e79
commit
8a68e18301
@ -1,3 +1,7 @@
|
||||
Mon Feb 1 09:49:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* input.c (inline): Don't define, its handled by system.h.
|
||||
|
||||
Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
|
||||
|
||||
* decl2.c: Don't define flag_no_ident here. Don't process
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user