]> git.saurik.com Git - bison.git/commitdiff
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)
* 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.


No differences found