mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
Regenerate.
This commit is contained in:
@@ -503,19 +503,16 @@ static const unsigned short int yyrline[] =
|
|||||||
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
|
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
|
||||||
static const char *const yytname[] =
|
static const char *const yytname[] =
|
||||||
{
|
{
|
||||||
"\"end of file\"", "error", "$undefined", "\"string\"", "\"integer\"",
|
"end of file", "error", "$undefined", "string", "integer", "%token",
|
||||||
"\"%token\"", "\"%nterm\"", "\"%type\"", "\"%destructor {...}\"",
|
"%nterm", "%type", "%destructor {...}", "%printer {...}", "%union {...}",
|
||||||
"\"%printer {...}\"", "\"%union {...}\"", "\"%left\"", "\"%right\"",
|
"%left", "%right", "%nonassoc", "%prec", "%dprec", "%merge", "%debug",
|
||||||
"\"%nonassoc\"", "\"%prec\"", "\"%dprec\"", "\"%merge\"", "\"%debug\"",
|
"%default-prec", "%define", "%defines", "%error-verbose", "%expect",
|
||||||
"\"%default-prec\"", "\"%define\"", "\"%defines\"", "\"%error-verbose\"",
|
"%expect-rr", "%file-prefix", "%glr-parser", "%initial-action {...}",
|
||||||
"\"%expect\"", "\"%expect-rr\"", "\"%file-prefix\"", "\"%glr-parser\"",
|
"%lex-param {...}", "%locations", "%name-prefix", "%no-default-prec",
|
||||||
"\"%initial-action {...}\"", "\"%lex-param {...}\"", "\"%locations\"",
|
"%no-lines", "%nondeterministic-parser", "%output", "%parse-param {...}",
|
||||||
"\"%name-prefix\"", "\"%no-default-prec\"", "\"%no-lines\"",
|
"%pure-parser", "%skeleton", "%start", "%token-table", "%verbose",
|
||||||
"\"%nondeterministic-parser\"", "\"%output\"", "\"%parse-param {...}\"",
|
"%yacc", "type", "=", ";", "|", "identifier", "identifier:", "%%",
|
||||||
"\"%pure-parser\"", "\"%skeleton\"", "\"%start\"", "\"%token-table\"",
|
"%{...%}", "epilogue", "{...}", "$accept", "input", "declarations",
|
||||||
"\"%verbose\"", "\"%yacc\"", "\"type\"", "\"=\"", "\";\"", "\"|\"",
|
|
||||||
"\"identifier\"", "\"identifier:\"", "\"%%\"", "\"%{...%}\"",
|
|
||||||
"\"epilogue\"", "\"{...}\"", "$accept", "input", "declarations",
|
|
||||||
"declaration", "grammar_declaration", "symbol_declaration", "@1", "@2",
|
"declaration", "grammar_declaration", "symbol_declaration", "@1", "@2",
|
||||||
"precedence_declaration", "precedence_declarator", "type.opt",
|
"precedence_declaration", "precedence_declarator", "type.opt",
|
||||||
"symbols.1", "symbol_def", "symbol_defs.1", "grammar",
|
"symbols.1", "symbol_def", "symbol_defs.1", "grammar",
|
||||||
@@ -1162,7 +1159,7 @@ YYLTYPE yylloc;
|
|||||||
yylloc.start.column = yylloc.end.column = 0;
|
yylloc.start.column = yylloc.end.column = 0;
|
||||||
}
|
}
|
||||||
/* Line 856 of yacc.c. */
|
/* Line 856 of yacc.c. */
|
||||||
#line 1166 "parse-gram.c"
|
#line 1163 "parse-gram.c"
|
||||||
yyvsp[0] = yylval;
|
yyvsp[0] = yylval;
|
||||||
yylsp[0] = yylloc;
|
yylsp[0] = yylloc;
|
||||||
|
|
||||||
@@ -1747,7 +1744,7 @@ yyreduce:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Line 1052 of yacc.c. */
|
/* Line 1052 of yacc.c. */
|
||||||
#line 1751 "parse-gram.c"
|
#line 1748 "parse-gram.c"
|
||||||
|
|
||||||
yyvsp -= yylen;
|
yyvsp -= yylen;
|
||||||
yyssp -= yylen;
|
yyssp -= yylen;
|
||||||
|
|||||||
Reference in New Issue
Block a user