From a4808d86da67663bbab89d552cc5239a585aef25 Mon Sep 17 00:00:00 2001 From: stasinos Date: Thu, 14 Nov 2002 17:32:08 +0000 Subject: [PATCH] _YAP_RecoverSlots() and YAP_RecoverSlots() return void git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@687 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/c_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/c_interface.c b/C/c_interface.c index 5ea4e321b..1bd697a44 100644 --- a/C/c_interface.c +++ b/C/c_interface.c @@ -443,7 +443,7 @@ YAP_InitSlot(Term t) X_API void YAP_RecoverSlots(int n) { - return _YAP_RecoverSlots(n); + _YAP_RecoverSlots(n); } X_API Term