]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
Comment changes.
[bison.git] / src / symtab.c
index 1db83f63ad515740c93c52ff1242609bb197f7f6..13b755491ce74aba30938379b3e73bff6783265f 100644 (file)
@@ -836,9 +836,8 @@ symbols_token_translations_init (void)
   token_translations = xnmalloc (max_user_token_number + 1,
                                 sizeof *token_translations);
 
-  /* Initialize all entries for literal tokens to 2, the internal
-     token number for $undefined, which represents all invalid inputs.
-     */
+  /* Initialize all entries for literal tokens to the internal token
+     number for $undefined, which represents all invalid inputs.  */
   for (i = 0; i < max_user_token_number + 1; i++)
     token_translations[i] = undeftoken->number;
   symbols_do (symbol_translation_processor, NULL);