mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
c.m4: style fix
* data/c.m4 (b4_parse_param_use): Add missing space before paren.
This commit is contained in:
committed by
Theophile Ranquet
parent
99d795e8f2
commit
1092d69c34
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user