]> git.saurik.com Git - bison.git/commit - tests/local.at
tests: improve the language independance layer
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 4 Feb 2013 15:13:02 +0000 (16:13 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 4 Feb 2013 15:49:10 +0000 (16:49 +0100)
commit6112cb1802254af7678f4754ff6059b0500667e9
tree2b37f7ad295a524a41c010f511c15eb2a2458ae5
parent246ff8c1d38b041a080a7aa98711bf2728698b6f
tests: improve the language independance layer

* tests/local.at (_AT_LANG_DISPATCH): New, shamelessly stolen from
Autoconf's _AT_LANG_DISPATCH.
(AT_LANG_DISPATCH): New.
(AT_YYERROR_FORMALS, AT_YYERROR_PROTOTYPE, AT_YYERROR_DECLARE_EXTERN)
(AT_YYERROR_DECLARE, AT_YYERROR_DEFINE, AT_MAIN_DEFINE, AT_COMPILE)
(AT_FULL_COMPILE):
Use AT_LANG_DISPATCH instead of an ad hoc m4_case.
tests/local.at