]> git.saurik.com Git - bison.git/commit - tests/actions.at
tests: handle locations in the generic yyerror functions.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 22 Jun 2012 08:20:28 +0000 (10:20 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 22 Jun 2012 08:20:28 +0000 (10:20 +0200)
commit7490994123d5cae9ae69547f4e121b24412b2760
tree9a6da746e89b3c6b42d71e50884a79351711c56d
parenteb46d61f4dacd21975156938eb83432dcc4ad720
tests: handle locations in the generic yyerror functions.

* tests/local.at (AT_YYERROR_DECLARE_EXTERN, AT_YYERROR_DECLARE)
(AT_YYERROR_DEFINE): Handle locations for C and C++.
* tests/calc.at: Use it for C++ (as C has extra arguments which
are not yet handled by AT_BISON_OPTION_PUSHDEFS).
* tests/actions.at: Adjust.
tests/actions.at
tests/calc.at
tests/local.at