Regenerate.

This commit is contained in:
Paul Eggert
2005-07-25 03:41:34 +00:00
parent fc01665ea5
commit e0045d49b6

View File

@@ -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)];
}