]> git.saurik.com Git - bison.git/blobdiff - src/print.c
* src/main.c (main): If there are complains after grammar
[bison.git] / src / print.c
index 648e3e6cbf9fd291b30a1ad8c1c1d0ad11d01c11..6c0002cdaff67e6f240944ffd3bad7465bfb2519 100644 (file)
@@ -389,8 +389,6 @@ print_grammar (FILE *out)
 
   /* TERMINAL (type #) : rule #s terminal is on RHS */
   fprintf (out, "%s\n\n", _("Terminals, with rules where they appear"));
-  fprintf (out, "%s (-1)\n", escape (tags[0]));
-
   for (i = 0; i <= max_user_token_number; i++)
     if (token_translations[i] != 2)
       {