]> git.saurik.com Git - bison.git/blobdiff - src/main.c
* src/derives.c (print_derives): Display the ruleno.
[bison.git] / src / main.c
index 33994c9b3596d00d77f7cf3f29945e49b6687155..3999fd2a28056717f4878d70742c12fe21fb4942 100644 (file)
@@ -62,8 +62,7 @@ main (int argc, char *argv[])
   if (complain_message_count)
     exit (1);
 
-  /* Find useless nonterminals and productions and reduce the grammar.
-     In file reduce.c.  */
+  /* Find useless nonterminals and productions and reduce the grammar. */
   reduce_grammar ();
 
   /* Record other info about the grammar.  In files derives and