Merge branch 'master' of github.com:vscosta/yap-6.3

This commit is contained in:
Vitor Santos Costa
2016-02-03 10:17:01 +00:00
173 changed files with 6345 additions and 6576 deletions

View File

@@ -968,16 +968,16 @@ static void RestoreBallTerm(int wid) {
}
}
#include "heap/rglobals.h"
#include "rglobals.h"
#include "heap/rlocals.h"
#include "rlocals.h"
/* restore the failcodes */
static void restore_codes(void) {
CACHE_REGS
HeapTop = AddrAdjust(LOCAL_OldHeapTop);
#include "heap/rhstruct.h"
#include "rhstruct.h"
RestoreWorker(worker_id PASS_REGS);
}