mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 10:43:02 +00:00
Regenerate.
This commit is contained in:
@@ -2273,6 +2273,6 @@ gram_error (location const *loc, char const *msg)
|
|||||||
char const *
|
char const *
|
||||||
token_name (int type)
|
token_name (int type)
|
||||||
{
|
{
|
||||||
return yytname[type];
|
return yytname[YYTRANSLATE (type)];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user