Yap would only compile under coroutining

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1160 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2004-10-10 00:23:54 +00:00
parent 90db51f867
commit 8eb4718654
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* File: Heap.h *
* mods: *
* comments: Heap Init Structure *
* version: $Id: Heap.h,v 1.67 2004-10-06 16:55:47 vsc Exp $ *
* version: $Id: Heap.h,v 1.68 2004-10-10 00:23:54 vsc Exp $ *
*************************************************************************/
/* information that can be stored in Code Space */
@ -683,11 +683,11 @@ struct various_codes *heap_regs;
#define WokenGoals heap_regs->wl.woken_goals
#define MutableList heap_regs->wl.mutable_list
#define AttsMutableList heap_regs->wl.atts_mutable_list
#endif
#define GcCalls heap_regs->wl.gc_calls
#define TotGcTime heap_regs->wl.tot_gc_time
#define TotGcRecovered heap_regs->wl.tot_gc_recovered
#endif
#endif
#define profiling heap_regs->compiler_profiling
#define call_counting heap_regs->compiler_call_counting
#define compile_arrays heap_regs->compiler_compile_arrays