have different types for Functor,Atom and Term.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@555 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -145,7 +145,7 @@ do_bootfile (char *bootfilename)
|
||||
Term term_nil = MkAtomTerm(YapLookupAtom("[]"));
|
||||
Term term_end_of_file = MkAtomTerm(YapLookupAtom("end_of_file"));
|
||||
Term term_true = MkAtomTerm(YapLookupAtom("true"));
|
||||
Term functor_query = MkFunctor(YapLookupAtom("?-"),1);
|
||||
Functor functor_query = MkFunctor(YapLookupAtom("?-"),1);
|
||||
|
||||
|
||||
fprintf(stderr,"Entering Yap\n");
|
||||
|
Reference in New Issue
Block a user