Commit 8a68e183 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* input.c (inline): Don't define, its handled by system.h.

From-SVN: r24951
parent ab7c205e
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> 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 * decl2.c: Don't define flag_no_ident here. Don't process
......
...@@ -53,12 +53,6 @@ static struct input_source *input, *free_inputs; ...@@ -53,12 +53,6 @@ static struct input_source *input, *free_inputs;
extern char *input_filename; extern char *input_filename;
extern int lineno; extern int lineno;
#ifdef __GNUC__
#define inline __inline__
#else
#define inline
#endif
#if USE_CPPLIB #if USE_CPPLIB
extern unsigned char *yy_cur, *yy_lim; extern unsigned char *yy_cur, *yy_lim;
extern int yy_get_token (); extern int yy_get_token ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment