more handles and fix exit from a backtrackable user c-pred

This commit is contained in:
Vitor Santos Costa
2013-11-20 22:27:46 +00:00
parent 5f3ff4fc73
commit 61e78d9963
15 changed files with 20 additions and 84 deletions

View File

@@ -71,6 +71,7 @@
LOCKPRED_OPCODE = Yap_opcode(_lock_pred);
ORLAST_OPCODE = Yap_opcode(_or_last);
UNDEF_OPCODE = Yap_opcode(_undef_p);
RETRY_USERC_OPCODE = Yap_opcode(_retry_userc);