tests: factor the declaration/definition of yyerror and yylex.
authorAkim Demaille <akim@lrde.epita.fr>
Sun, 17 Jun 2012 16:01:14 +0000 (18:01 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Sun, 17 Jun 2012 17:37:07 +0000 (19:37 +0200)
commit55f48c48314bf63e224f5cbfad7f9c52b6d78df7
treeb48dbc1754fa9135730456b27dedb15e3f51f574
parent34d867d7d213d4bee890c40efeea383b383cef7a
tests: factor the declaration/definition of yyerror and yylex.

* tests/local.at (AT_YYERROR_DECLARE, AT_YYERROR_DECLARE_EXTERN)
(AT_YYERROR_DEFINE, AT_YYLEX_DECLARE, AT_YYLEX_DECLARE_EXTERN)
(AT_YYLEX_DEFINE): New.
Must be used inside AT_BISON_OPTION_PUSHDEFS/POPDEFS pair.
* tests/actions.at, tests/conflicts.at, tests/glr-regression.at,
* tests/headers.at, tests/input.at, tests/named-refs.at,
* tests/regression.at, tests/skeletons.at, tests/synclines.at,
* tests/torture.at: Use them.
tests/actions.at
tests/conflicts.at
tests/glr-regression.at
tests/headers.at
tests/input.at
tests/local.at
tests/named-refs.at
tests/regression.at
tests/skeletons.at
tests/synclines.at
tests/torture.at