]> git.saurik.com Git - bison.git/commit - data/lalr1.cc
Locations are no longer required by lalr1.cc.
authorAkim Demaille <demaille@gostai.com>
Mon, 25 Aug 2008 11:52:51 +0000 (13:52 +0200)
committerAkim Demaille <demaille@gostai.com>
Tue, 11 Nov 2008 15:38:10 +0000 (16:38 +0100)
commit2ea7730c5640c6a987dce6907363e96fc65c071b
tree660f4eee7ed5a360c46d606ab46e290c75367042
parent7ca2266adce5b0619068765b08e8ec5ca4673c1f
Locations are no longer required by lalr1.cc.

* data/lalr1.cc (_b4_args, b4_args): New.
Adjust all uses of locations to make them optional.
* tests/c++.at (AT_CHECK_VARIANTS): No longer use the locations.
(AT_CHECK_NAMESPACE): Check the use of locations.
* tests/calc.at (_AT_DATA_CALC_Y): Adjust to be usable with or
without locations with lalr1.cc.
Test these cases.
* tests/output.at: Check lalr1.cc with and without location
support.
* tests/regression.at (_AT_DATA_EXPECT2_Y, _AT_DATA_DANCER_Y):
Don't use locations.
ChangeLog
data/lalr1.cc
tests/c++.at
tests/calc.at
tests/output.at
tests/regression.at