From: Akim Demaille Date: Sat, 23 Feb 2013 13:44:33 +0000 (+0100) Subject: style: space changes in the tests X-Git-Tag: v2.7.90~70 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/edd3280b6922cb2ec256fd3bc889a701e0d2b6ba style: space changes in the tests * tests/local.at: here. --- diff --git a/tests/local.at b/tests/local.at index 6021396a..d5ef8084 100644 --- a/tests/local.at +++ b/tests/local.at @@ -442,7 +442,7 @@ m4_define([AT_MAIN_DEFINE], [AT_LANG_DISPATCH([$0], $@)]) ## --- ## m4_define([AT_YYERROR_FORMALS(c)], -[AT_YYERROR_ARG_LOC_IF([AT_YYLTYPE const * const llocp, ])AT_PARSE_PARAMS [const char *msg]]) +[AT_YYERROR_ARG_LOC_IF([AT_YYLTYPE const * const llocp, ])AT_PARSE_PARAMS[const char *msg]]) m4_define([AT_YYERROR_PROTOTYPE(c)], [[void ]AT_NAME_PREFIX[error (]AT_YYERROR_FORMALS[)]])