mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
(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 <http://mail.gnu.org/pipermail/bug-bison/2002-November/001873.html>.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user