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:
parent
90db51f867
commit
8eb4718654
4
H/Heap.h
4
H/Heap.h
@ -10,7 +10,7 @@
|
|||||||
* File: Heap.h *
|
* File: Heap.h *
|
||||||
* mods: *
|
* mods: *
|
||||||
* comments: Heap Init Structure *
|
* 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 */
|
/* 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 WokenGoals heap_regs->wl.woken_goals
|
||||||
#define MutableList heap_regs->wl.mutable_list
|
#define MutableList heap_regs->wl.mutable_list
|
||||||
#define AttsMutableList heap_regs->wl.atts_mutable_list
|
#define AttsMutableList heap_regs->wl.atts_mutable_list
|
||||||
|
#endif
|
||||||
#define GcCalls heap_regs->wl.gc_calls
|
#define GcCalls heap_regs->wl.gc_calls
|
||||||
#define TotGcTime heap_regs->wl.tot_gc_time
|
#define TotGcTime heap_regs->wl.tot_gc_time
|
||||||
#define TotGcRecovered heap_regs->wl.tot_gc_recovered
|
#define TotGcRecovered heap_regs->wl.tot_gc_recovered
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#define profiling heap_regs->compiler_profiling
|
#define profiling heap_regs->compiler_profiling
|
||||||
#define call_counting heap_regs->compiler_call_counting
|
#define call_counting heap_regs->compiler_call_counting
|
||||||
#define compile_arrays heap_regs->compiler_compile_arrays
|
#define compile_arrays heap_regs->compiler_compile_arrays
|
||||||
|
Reference in New Issue
Block a user