]> git.saurik.com Git - bison.git/commitdiff
(inline): Remove #define. It's the user's responsibility to #define
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Nov 2002 06:48:18 +0000 (06:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Nov 2002 06:48:18 +0000 (06:48 +0000)
it away, just like 'const'.  This fixes one of the bugs reported by
Nelson H.F. Beebe in
<http://mail.gnu.org/pipermail/bug-bison/2002-November/001873.html>.

data/glr.c

index cc8d6f18da7f1855704b477666169e92c1f39805..fe99165b78f16da7f105b60cf9008dbfac6b032e 100644 (file)
@@ -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.  */