inline implemetation of a(2,1,X) should not return error, just silently fail.
This commit is contained in:
parent
84f5dfec7d
commit
657e0a13bd
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user