X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c932d6135ca3e508f7136810b9b0bf79725290b9..041308d0c03783c51ef362f888c957cd2a0e129a:/data/lalr1.java?ds=inline diff --git a/data/lalr1.java b/data/lalr1.java index f7f2ba36..b5884c40 100644 --- a/data/lalr1.java +++ b/data/lalr1.java @@ -642,7 +642,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);])[