]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
* src/closure.c, src/print.c, src/reader.c, src/reduce.c:
[bison.git] / src / reader.c
index 705948d468157fec0359628056f297eeac1ad784..1f16f73a2f148331a4c8794075e7d04e56dacd0d 100644 (file)
@@ -1538,7 +1538,7 @@ token_translations_init (void)
   /* Initialize all entries for literal tokens to 2, the internal
      token number for $undefined., which represents all invalid
      inputs.  */
-  for (i = 0; i <= max_user_token_number; i++)
+  for (i = 0; i < max_user_token_number + 1; i++)
     token_translations[i] = 2;
 
   for (bp = firstsymbol; bp; bp = bp->next)