X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2d404819d0e4041bade235660b28a6541c5379d5..527187137ac6314b86246bca71cb996203b4fa10:/data/lalr1.java diff --git a/data/lalr1.java b/data/lalr1.java index 57ff9932..a40d6c27 100644 --- a/data/lalr1.java +++ b/data/lalr1.java @@ -686,7 +686,7 @@ m4_popdef([b4_at_dollar])])dnl } /* Pop the current state because it cannot handle the error token. */ - if (yystack.height == 1) + if (yystack.height == 0) return false; ]b4_locations_if([yyerrloc = yystack.locationAt (0);])[