store constraints in DB
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@233 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
1
C/init.c
1
C/init.c
@@ -955,6 +955,7 @@ InitCodes(void)
|
||||
heap_regs->functor_braces = MkFunctor(AtomBraces, 1);
|
||||
heap_regs->functor_call = MkFunctor(AtomCall, 1);
|
||||
heap_regs->functor_cut_by = MkFunctor(AtomCutBy, 1);
|
||||
heap_regs->functor_clist = MkFunctor(LookupAtom("$when"), 4);
|
||||
heap_regs->functor_comma = MkFunctor(AtomComma, 2);
|
||||
heap_regs->functor_csult = MkFunctor(AtomCsult, 1);
|
||||
heap_regs->functor_eq = MkFunctor(AtomEq, 2);
|
||||
|
Reference in New Issue
Block a user