From 08e5dcfbd1a517597f78d06141e6936ec18517c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 7 Nov 2013 23:51:22 +0000 Subject: [PATCH] fix functors for staticclause --- H/iatoms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/iatoms.h b/H/iatoms.h index fd5fbb5d6..adad2fb60 100644 --- a/H/iatoms.h +++ b/H/iatoms.h @@ -438,7 +438,7 @@ FunctorSafeCallCleanup = Yap_MkFunctor(AtomSafeCallCleanup,4); FunctorSame = Yap_MkFunctor(AtomSame,2); FunctorSlash = Yap_MkFunctor(AtomSlash,2); - FunctorStaticClause = Yap_MkFunctor(AtomStaticClause,1); + FunctorStaticClause = Yap_MkFunctor(AtomStaticClause,2); FunctorStream = Yap_MkFunctor(AtomStream,1); FunctorStreamEOS = Yap_MkFunctor(AtomEndOfStream,1); FunctorStreamPos = Yap_MkFunctor(AtomStreamPos,4);