]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/actions.at (Destructors): Augment to test locations.
[bison.git] / ChangeLog
index dddde05f6edf80237c847c54aee509177770f731..724033167087e8f18d0836c44927fd21e52f8cd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2002-06-19  Akim Demaille  <akim@epita.fr>
+
+       * tests/actions.at (Destructors): Augment to test locations.
+       * data/bison.simple (yydestructor): Pass it the current location
+       if locations are enabled.
+       Prototype only when __STDC__ or C++.
+       Change the argument names to move into the yy name space: there is
+       user code here.
+
+2002-06-19  Akim Demaille  <akim@epita.fr>
+
+       * data/bison.simple (b4_pure_if): New.
+       Use it instead of #ifdef YYPURE.
+
+2002-06-19  Akim Demaille  <akim@epita.fr>
+
+       * data/bison.simple (b4_location_if): New.
+       Use it instead of #ifdef YYLSP_NEEDED.
+
 2002-06-19  Akim Demaille  <akim@epita.fr>
 
        Prepare @$ in %destructor, but currently don't bind it in the