* src/reduce.c (reduce_grammar): First reduce the nonterminals,

and then the grammar.
This commit is contained in:
Akim Demaille
2002-04-08 11:45:29 +00:00
parent 9a636f47ce
commit bb88b0fc9e
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2002-04-08 Akim Demaille <akim@epita.fr>
* src/reduce.c (reduce_grammar): First reduce the nonterminals,
and then the grammar.
2002-04-08 Akim Demaille <akim@epita.fr>
* src/system.h: No longer using strndup.