From cd63a1f4936c3897ee85640a2a1a539464675544 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Thu, 4 Jun 2009 10:14:27 -0500 Subject: [PATCH] temporary disable easy shunting until I understand trouble with aattributed variables #80 --- C/heapgc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/heapgc.c b/C/heapgc.c index 92f6e5481..a9c243cba 100644 --- a/C/heapgc.c +++ b/C/heapgc.c @@ -24,7 +24,7 @@ static char SccsId[] = "%W% %G%"; #include "attvar.h" #if !defined(TABLING) -#define EASY_SHUNTING 1 +/* #define EASY_SHUNTING 1 */ #endif /* !TABLING */ #define HYBRID_SCHEME 1