inline implemetation of a(2,1,X) should not return error, just silently fail.

This commit is contained in:
Vitor Santos Costa 2009-11-23 10:06:13 +00:00
parent 84f5dfec7d
commit 657e0a13bd
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ p_arg(void)
ENDP(pt0);
}
else {
Yap_Error(TYPE_ERROR_COMPOUND, d1, "arg 2 of arg/3");
/* Yap_Error(TYPE_ERROR_COMPOUND, d1, "arg 2 of arg/3"); */
return(FALSE);
}