]> git.saurik.com Git - bison.git/commitdiff
Regenerate.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Jul 2005 03:41:34 +0000 (03:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Jul 2005 03:41:34 +0000 (03:41 +0000)
src/parse-gram.c

index ba5b09bc9e9c5e95ecccad3aef3912d49bf90b62..d4fbdd769190e314612c9ad318b8b3ab2806935a 100644 (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)];
 }