]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/lalr.c (lookaheads_print): New.
[bison.git] / ChangeLog
index e16dafb44d4bf59df0a9950da74d3bd802e7c57f..e335f05874b8e85292aef1f9cf84a797ac499c77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-12-29  Akim Demaille  <akim@epita.fr>
+
+       * src/lalr.c (lookaheads_print): New.
+       (lalr): Call it when --trace-flag.
+       * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
+       are dumped.
+
+       
 2001-12-29  Akim Demaille  <akim@epita.fr>
 
        * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',