* data/yacc.c (b4_lex_param): Provide arguments with a name.
---
 data/yacc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/yacc.c b/data/yacc.c
index 7a2587a..b64ccdf 100644
--- a/data/yacc.c
+++ b/data/yacc.c
@@ -105,8 +105,8 @@ m4_ifset([b4_parse_param], [b4_args(b4_parse_param), ])])
 # Accumulate in b4_lex_param all the yylex arguments.
 # b4_lex_param arrives quoted twice, but we want to keep only one level.
 m4_define([b4_lex_param],
-m4_dquote(b4_pure_if([[[[YYSTYPE *]], [[&yylval]]][]dnl
-b4_locations_if([, [[YYLTYPE *], [&yylloc]]])m4_ifdef([b4_lex_param], [, 
])])dnl
+m4_dquote(b4_pure_if([[[[YYSTYPE *yylval]], [[&yylval]]][]dnl
+b4_locations_if([, [[YYLTYPE *yylloc], [&yylloc]]])m4_ifdef([b4_lex_param], [, 
])])dnl
 m4_ifdef([b4_lex_param], b4_lex_param)))
 
 
-- 
1.8.0.2


Reply via email to