]> git.saurik.com Git - bison.git/blobdiff - data/yacc.c
Normalize conflict related messages.
[bison.git] / data / yacc.c
index eed1a8a1649249da6635d3c639899957517c9eda..d2d06a10c3e9e1b902dd48ab64b35cddbabecc6e 100644 (file)
@@ -650,7 +650,7 @@ b4_c_function([yyreport_parse_error],
              [[int],     [yystate]],
              [[int],     [yychar]],
              [[YYSTYPE], [yyvalue]]b4_location_if([,
-             [[YYLTYPE], [yylocation]]]))
+             [[YYLTYPE], [yylloc]]]))
 [{
 #if YYERROR_VERBOSE
   int yyn = yypact[yystate];
@@ -705,7 +705,7 @@ b4_c_function([yyreport_parse_error],
   (void) yystate;
   (void) yychar;
   (void) yyvalue;
-  ]b4_location_if([(void) yylocation;])[
+  ]b4_location_if([(void) yylloc;])[
 }]