small fixes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1970 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2007-10-29 22:48:54 +00:00
parent 22c5632a53
commit d3bbba177f
6 changed files with 16 additions and 9 deletions

View File

@@ -1428,7 +1428,7 @@ OpenRestore(char *inpf, char *YapLibDir, CELL *Astate, CELL *ATrail, CELL *AStac
{
int mode = FAIL_RESTORE;
Yap_ErrorMessage = NULL;
// Yap_ErrorMessage = NULL;
if (inpf == NULL)
inpf = StartUpFile;
#if __simplescalar__