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