This commit is contained in:
Vitor Santos Costa
2016-12-04 12:49:17 -06:00
33 changed files with 139 additions and 1561 deletions

View File

@@ -1111,7 +1111,7 @@ static void c_bifun(basic_preds Op, Term t1, Term t2, Term t3, Term Goal,
i2 = IntegerOfTerm(t2);
if (i2 < 0) {
Yap_ThrowError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t2, 4,
Yap_ThrowError(DOMAIN_ERROR_NOT_LESS_THAN_ZERO, t2,
"compiling functor/3");
save_machine_regs();
siglongjmp(cglobs->cint.CompilerBotch, 1);