diff --git a/data/skeletons/glr2.cc b/data/skeletons/glr2.cc index a1194b61..6b60b38f 100644 --- a/data/skeletons/glr2.cc +++ b/data/skeletons/glr2.cc @@ -2439,6 +2439,7 @@ public: { yybest->mergeWith (*yyp); yypPrev->setNext(yyp->next()); + yyp = yypPrev->next(); } else {