annoying stuff

This commit is contained in:
Vítor Santos Costa 2015-11-05 16:59:56 +00:00
parent f8eb163a1d
commit 91d1cf2c52

View File

@ -1,3 +1,4 @@
/*************************************************************************
* *
* YAP Prolog *
@ -1569,7 +1570,7 @@ UnmarkTrEntries( USES_REGS1 )
{
CELL entry, *Entries;
/* initialise a choice point */
/* initialize a choice point */
B = (choiceptr)LCL0;
B--;
B->cp_ap = NOCODE;
@ -1680,7 +1681,7 @@ Restore(char *s, char *lib_dir USES_REGS)
/* restart IO */
// initIO();
/* reset time */
Yap_ReInitWallTime();
Yap_ReInitWTime();
#if USE_DL_MALLOC || USE_SYSTEM_MALLOC
if (!AuxSp) {
Yap_InitPreAllocCodeSpace( 0 );