As in semantic actions, make @$ in %initial-action, %destructor, and
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 10 Feb 2007 22:28:23 +0000 (22:28 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sat, 10 Feb 2007 22:28:23 +0000 (22:28 +0000)
commite785ccf715929f1571afc185717b661f5f37e5d4
treeba85ba90440e7ce4b6406e117c7f745ccf40a7ec
parent1cfe1ed7c8c41cf0a1c8a3d5c8b22da2559759a2
As in semantic actions, make @$ in %initial-action, %destructor, and
%printer imply %locations.
* src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
scanning @$.
* tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
(@$ in %initial-action implies %locations,
@$ in %destructor implies %locations,
@$ in %printer implies %locations): ... these new test cases.
ChangeLog
src/scan-code.l
tests/actions.at