mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user