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