fix functors for staticclause

This commit is contained in:
Vítor Santos Costa 2013-11-07 23:51:22 +00:00
parent 2badc98c75
commit 08e5dcfbd1

View File

@ -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);