]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/reduce.c (nonterminals_reduce): Instead of throwing away
[bison.git] / ChangeLog
index 1606c8dd5e5dbce2b33568b71d38c8befc0da7ff..afc46aa4eefaad1d8920c5942b88bb99b5e115ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-30  Akim Demaille  <akim@epita.fr>
+
+       * src/reduce.c (nonterminals_reduce): Instead of throwing away
+       useless nonterminals, move them at the end of the symbol arrays.
+       (reduce_output): Adjust.
+       * tests/reduce.at (Useless Nonterminals): Adjust.
+
 2001-11-30  Akim Demaille  <akim@epita.fr>
 
        * src/reduce.c: Various comment/formatting changes.