]> git.saurik.com Git - bison.git/commitdiff
Note: the previous patch partially drops `semantic-parser' support: it always does...
authorAkim Demaille <akim@epita.fr>
Thu, 2 May 2002 14:36:39 +0000 (14:36 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 2 May 2002 14:36:39 +0000 (14:36 +0000)
ChangeLog

index 07e43dfd62f8e07e0e8a066f692e519122b0cd6b..3d49d8c4237439d26bc49fa43e16db41b2009ce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
        (copy_at, copy_dollar): Instead of outputting the hard coded
        values of $$, $n and so forth, output invocation to b4_lhs_value,
        b4_lhs_location, b4_rhs_value, and b4_rhs_location.
+       Note: this patch partially drops `semantic-parser' support: it
+       always does `rule_length - n', where semantic parsers ought to
+       always use `-n'.
        * data/bison.simple, data/bison.c++ (b4_lhs_value)
        (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.