From 8eb4718654d75c91e1fa39391043f4c59dddab31 Mon Sep 17 00:00:00 2001 From: vsc Date: Sun, 10 Oct 2004 00:23:54 +0000 Subject: [PATCH] Yap would only compile under coroutining git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1160 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- H/Heap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/H/Heap.h b/H/Heap.h index 42887669a..fed021ab2 100644 --- a/H/Heap.h +++ b/H/Heap.h @@ -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