From 657e0a13bd690ce9a7e11bc2f2b0e088a6c6bd13 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 23 Nov 2009 10:06:13 +0000 Subject: [PATCH] inline implemetation of a(2,1,X) should not return error, just silently fail. --- C/inlines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/inlines.c b/C/inlines.c index f8630e18f..dfdadc9c8 100755 --- a/C/inlines.c +++ b/C/inlines.c @@ -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); }