* 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:
Akim Demaille
2002-04-22 08:22:22 +00:00
parent 23c5a17453
commit 9515e8a7f8
4 changed files with 10 additions and 4 deletions

View File

@@ -318,7 +318,7 @@ static const short yytoknum[[]] =
};
/* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives. */
static const short yyr1[[]] =
static const yy_token_number_type yyr1[[]] =
{
b4_r1
};