VC++ changes
use clock in WIN98 fix manual get rid of ISO X/0 git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@347 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -132,6 +132,8 @@ do_bootfile (char *bootfilename)
|
||||
Term term_true = MkAtomTerm(YapLookupAtom("true"));
|
||||
Term functor_query = MkFunctor(YapLookupAtom("?-"),1);
|
||||
|
||||
|
||||
fprintf(stderr,"Entering Yap\n");
|
||||
/* consult boot.pl */
|
||||
bootfile = fopen (bootfilename, "r");
|
||||
if (bootfile == NULL)
|
||||
|
Reference in New Issue
Block a user