fix warning message about unify_extension

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@510 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-06-03 16:14:30 +00:00
parent 51a0619671
commit d8790db2ef
2 changed files with 3 additions and 3 deletions

View File

@ -1043,8 +1043,6 @@ Macros to check the limits of stacks
#define UNWIND_CUNIF()
#endif
inline EXTERN int STD_PROTO(unify_extension,(Functor, CELL, CELL *, CELL));
#define UnifyBound_TEST_ATTACHED(f,d0,pt0,d1) \
if (IsExtensionFunctor(f)) { \
if (unify_extension(f, d0, RepAppl(d0), d1)) \

View File

@ -10,7 +10,7 @@
* File: TermExt.h *
* mods: *
* comments: Extensions to standard terms for YAP *
* version: $Id: TermExt.h.m4,v 1.5 2001-12-17 18:31:11 vsc Exp $ *
* version: $Id: TermExt.h.m4,v 1.6 2002-06-03 16:14:30 vsc Exp $ *
*************************************************************************/
#if USE_OFFSETS
@ -208,6 +208,8 @@ Inline(IsAttachedTerm, Int, Term, t, FALSE)
#endif
inline EXTERN int STD_PROTO(unify_extension,(Functor, CELL, CELL *, CELL));
EXTERN int STD_PROTO(unify_extension,(Functor, CELL, CELL *, CELL));
inline EXTERN int