* src/reduce.c: Various comment/formatting changes.

(nonterminals_reduce): New, extracted from...
(reduce_grammar_tables): here.
(reduce_grammar): Call nonterminals_reduce.
This commit is contained in:
Akim Demaille
2001-11-30 10:45:14 +00:00
parent 7ad28769d6
commit 24b1e65f04
3 changed files with 84 additions and 68 deletions

View 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