]> git.saurik.com Git - bison.git/blobdiff - data/bison.simple
* data/bison.simple (YYLEX): Fix the declaration when
[bison.git] / data / bison.simple
index c5ce13864150a38eeafedc6ea15316096bd848d6..3aa24765dbd2f6bd8ea14b00f60d204e39f938d5 100644 (file)
@@ -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 ()])