]> git.saurik.com Git - bison.git/commitdiff
c.m4: style fix
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 4 Jan 2013 14:58:50 +0000 (15:58 +0100)
committerTheophile Ranquet <ranquet@lrde.epita.fr>
Fri, 11 Jan 2013 17:57:09 +0000 (18:57 +0100)
* data/c.m4 (b4_parse_param_use): Add missing space before paren.

data/c.m4

index accf0477a3f20ce2f0846d894a5852efc2136644..2a57e7c3a26ba08ac6cc568051b298700c7b02f1 100644 (file)
--- 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],
 # --------------------------------
 # `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
 b4_locations_if([m4_ifvaln([$2], [  YYUSE ([$2]);])])dnl
 b4_parse_param_for([Decl], [Formal], [  YYUSE (Formal);
 ])dnl