Merge branch 'master' of gitosis@yap.dcc.fc.up.pt:yap-6

This commit is contained in:
Vitor Santos Costa 2009-12-04 23:13:16 +00:00
commit 7663a748a9

View File

@ -1917,9 +1917,9 @@ YAP_PruneGoal(void)
while (B->cp_ap != NOCODE) {
B = B->cp_b;
}
Yap_TrimTrail();
B = B->cp_b;
Yap_TrimTrail();
RECOVER_B();
}