mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user