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:
vsc
2001-12-17 18:31:11 +00:00
parent c79f7e0f35
commit 7b77c87b94
15 changed files with 320 additions and 52 deletions

View File

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