From 53b779905639965220efde7e2c06de1151c45d0c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Nov 2002 06:48:18 +0000 Subject: [PATCH] (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 . --- data/glr.c | 4 ---- 1 file changed, 4 deletions(-) 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. */ -- 2.45.2