mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
regen
This commit is contained in:
@@ -608,7 +608,7 @@ union yyalloc
|
||||
|
||||
/* YYTRANSLATE(TOKEN-NUM) -- Symbol number corresponding to TOKEN-NUM
|
||||
as returned by yylex, with out-of-bounds checking. */
|
||||
#define YYTRANSLATE(YYX) (YYX)
|
||||
#define YYTRANSLATE(YYX) YY_CAST (yysymbol_type_t, YYX)
|
||||
|
||||
#if GRAM_DEBUG
|
||||
/* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
|
||||
|
||||
Reference in New Issue
Block a user