qsave_program/2.

This commit is contained in:
Vítor Santos Costa
2012-06-26 10:09:10 +01:00
parent fe2f99e49d
commit 0228bfbb30
8 changed files with 159 additions and 6 deletions

View File

@@ -56,6 +56,8 @@
#define HeapTopLock Yap_heap_regs->heap_top_lock
#define HeapTopOwner Yap_heap_regs->heap_top_owner
#endif
#define MaxStack Yap_heap_regs->MaxStack_
#define MaxTrail Yap_heap_regs->MaxTrail_
#if USE_THREADED_CODE