From: Akim Demaille Date: Fri, 4 Jan 2013 14:58:50 +0000 (+0100) Subject: c.m4: style fix X-Git-Tag: v2.7.90~185 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1092d69c344c8b21773a3191c43da4c9190bd421 c.m4: style fix * data/c.m4 (b4_parse_param_use): Add missing space before paren. --- diff --git a/data/c.m4 b/data/c.m4 index accf0477..2a57e7c3 100644 --- a/data/c.m4 +++ b/data/c.m4 @@ -152,7 +152,7 @@ m4_popdef([$1])dnl # -------------------------------- # `YYUSE' VAL, LOC if locations are enabled, and all the parse-params. m4_define([b4_parse_param_use], -[m4_ifvaln([$1], [ YYUSE([$1]);])dnl +[m4_ifvaln([$1], [ YYUSE ([$1]);])dnl b4_locations_if([m4_ifvaln([$2], [ YYUSE ([$2]);])])dnl b4_parse_param_for([Decl], [Formal], [ YYUSE (Formal); ])dnl