]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.java
java: push: do not reset the error counter
[bison.git] / data / lalr1.java
index d226ce3c710a2903bfcc7c582b50bee700a9ae8f..159882395d689f892106231267e8b4fb9af15ade 100644 (file)
@@ -899,7 +899,6 @@ b4_both_if([[
 ]b4_locations_if([dnl
         b4_location_type yyloc = new b4_location_type (yylexer.getStartPos (),
                                               yylexer.getEndPos ());])[
-        this.yyerrstatus_ = 0;
         ]b4_locations_if([status = push_parse(token,lval,yyloc);],[
         status = push_parse(token,lval);])[
       } while (status == YYMORE);