tests: AT_YYERROR_DEFINE: prepare for list of ints.

* tests/local.at (AT_YYERROR_DEFINE): Don't add quotes, check their
presence to detect char/int types.
* tests/actions.at, tests/conflicts.at, tests/glr-regression.at,
* tests/push.at, tests/regression.at: Adjust.
This commit is contained in:
Akim Demaille
2012-06-28 14:20:17 +02:00
parent 694af10cb7
commit 95361618de
6 changed files with 30 additions and 25 deletions

View File

@@ -101,7 +101,7 @@ start: ;
%%
]AT_YYERROR_DEFINE[
]m4_if([$1], [[both]], [AT_YYLEX_DEFINE([])])[
]m4_if([$1], [[both]], [AT_YYLEX_DEFINE])[
int
main (void)