mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
* 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.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user