_YAP_RecoverSlots() and YAP_RecoverSlots() return void

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@687 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
stasinos 2002-11-14 17:32:08 +00:00
parent 304fad4247
commit a4808d86da

View File

@ -443,7 +443,7 @@ YAP_InitSlot(Term t)
X_API void X_API void
YAP_RecoverSlots(int n) YAP_RecoverSlots(int n)
{ {
return _YAP_RecoverSlots(n); _YAP_RecoverSlots(n);
} }
X_API Term X_API Term