* 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:47:56 +00:00
parent 396452de26
commit 002389585a
3 changed files with 84 additions and 68 deletions

View File

@@ -64,8 +64,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