From 8277a5bb8e2c9e1b04024540dab1ed68fce60890 Mon Sep 17 00:00:00 2001 From: vsc Date: Thu, 3 Jan 2002 22:48:46 +0000 Subject: [PATCH] temporary fix for compiling heapgc.c in HP-UX git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@267 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/heapgc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/heapgc.c b/C/heapgc.c index 0642eac21..e5a86f79f 100644 --- a/C/heapgc.c +++ b/C/heapgc.c @@ -22,7 +22,7 @@ static char SccsId[] = "%W% %G%"; #include "yapio.h" #define EARLY_RESET 1 -#ifndef TABLING +#if !defined(TABLING) && defined(HAVE_GCC) #define EASY_SHUNTING 1 #endif #define HYBRID_SCHEME 1