From: Paul Eggert Date: Wed, 13 Nov 2002 06:48:18 +0000 (+0000) Subject: (inline): Remove #define. It's the user's responsibility to #define X-Git-Tag: BISON-1_875~277 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/53b779905639965220efde7e2c06de1151c45d0c (inline): Remove #define. It's the user's responsibility to #define it away, just like 'const'. This fixes one of the bugs reported by Nelson H.F. Beebe in . --- diff --git a/data/glr.c b/data/glr.c index cc8d6f18..fe99165b 100644 --- a/data/glr.c +++ b/data/glr.c @@ -243,10 +243,6 @@ b4_syncline([@oline@], [@ofile@]) # define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) #endif -#if ! defined (__GNUC__) -# define inline -#endif - /* YYFINAL -- State number of the termination state. */ #define YYFINAL ]b4_final_state_number[ /* YYLAST -- Last index in YYTABLE. */