mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* data/bison.simple (yyr1): Its type is that of a token number.
* data/bison.c++ (r1_): Likewise. * tests/regression.at (Web2c Actions): Adjust.
This commit is contained in:
@@ -485,7 +485,7 @@ static const short yytoknum[] =
|
||||
{
|
||||
0, 256, 257, 258, 259, 260, 261, -1
|
||||
};
|
||||
static const short yyr1[] =
|
||||
static const yy_token_number_type yyr1[] =
|
||||
{
|
||||
0, 7, 8, 9, 9, 10, 11
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user