mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
tests: adjust to the removal of YYPRINT
* tests/regression.at: here.
This commit is contained in:
@@ -717,10 +717,6 @@ static const char *const yytname[] =
|
|||||||
"\"then\"", "\"else\"", "$accept", "statement", "struct_stat", "if",
|
"\"then\"", "\"else\"", "$accept", "statement", "struct_stat", "if",
|
||||||
"else", YY_NULLPTR
|
"else", YY_NULLPTR
|
||||||
};
|
};
|
||||||
static const yytype_int16 yytoknum[] =
|
|
||||||
{
|
|
||||||
0, 256, 257, 258, 259, 260, 261
|
|
||||||
};
|
|
||||||
static const yytype_int8 yypact[] =
|
static const yytype_int8 yypact[] =
|
||||||
{
|
{
|
||||||
-2, -1, 4, -8, 0, 2, -8, -2, -8, -2,
|
-2, -1, 4, -8, 0, 2, -8, -2, -8, -2,
|
||||||
|
|||||||
Reference in New Issue
Block a user