X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/16c4a35041d6f9bd581134f99e3d6e915e48eb8b..e4ef7aa1c99d4c9138fdcf34979cdcfa31c444de:/src/main.c diff --git a/src/main.c b/src/main.c index 33994c9b..3999fd2a 100644 --- a/src/main.c +++ b/src/main.c @@ -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