X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f25bfb75aa45ded96d5e8060a637d366c3a47924..93b68a0e09d1f4964c47ac8cf180220b22372372:/ChangeLog diff --git a/ChangeLog b/ChangeLog index dddde05f..72403316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2002-06-19 Akim Demaille + + * 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 + + * data/bison.simple (b4_pure_if): New. + Use it instead of #ifdef YYPURE. + +2002-06-19 Akim Demaille + + * data/bison.simple (b4_location_if): New. + Use it instead of #ifdef YYLSP_NEEDED. + 2002-06-19 Akim Demaille Prepare @$ in %destructor, but currently don't bind it in the