X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e317006080af0dcd45a78af6fb365a67f71daf82..5c1180b3c4abeaf9fda0554a9b241fee4e2bf33e:/data/bison.simple diff --git a/data/bison.simple b/data/bison.simple index c5ce1386..3aa24765 100644 --- a/data/bison.simple +++ b/data/bison.simple @@ -537,9 +537,9 @@ while (0) b4_pure_if( [#ifdef YYLEX_PARAM -# define YYLEX yylex (&yylval, b4_location_if([&yylloc, ])YYLEX_PARAM) +# define YYLEX yylex (&yylval[]b4_location_if([, &yylloc]), YYLEX_PARAM) #else -# define YYLEX yylex (&yylval, b4_location_if([&yylloc, ])) +# define YYLEX yylex (&yylval[]b4_location_if([, &yylloc])) #endif], [#define YYLEX yylex ()])