mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
* doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./. * tests/regression.at (Web2c Actions): Adjust.
This commit is contained in:
@@ -587,9 +587,9 @@ static const char *const yytname[] =
|
||||
"$", "error", "$undefined.", "\"if\"", "\"const\"", "\"then\"",
|
||||
"\"else\"", "$axiom", "statement", "struct_stat", "if", "else", 0
|
||||
};
|
||||
static const short yytoknum[] =
|
||||
static const unsigned short yytoknum[] =
|
||||
{
|
||||
0, 256, 257, 258, 259, 260, 261, -1
|
||||
0, 256, 257, 258, 259, 260, 261
|
||||
};
|
||||
static const unsigned char yyr1[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user