]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Get rid of (yy)rhs and (yy)prhs.
[bison.git] / ChangeLog
index f501512ffb5e91dcbbb5a272d8b78dafdc9dd9e0..c188d999a731afc763b420480b495f311e244ac0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-26  Akim Demaille  <demaille@gostai.com>
+
+       Get rid of (yy)rhs and (yy)prhs.
+       These tables are no longer needed in the parsers, and they don't seem to
+       be useful.  They are not documented either.
+       
+       * src/output.c (prepare_rules): Get rid of rhs and prhs.
+       Adjust the computation of (yy)r2.
+
 2008-11-26  Akim Demaille  <demaille@gostai.com>
 
        Rule length is unsigned.