From 57a436910ce69a072d3128bff5fa5933ab7defbe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 27 Apr 2000 22:40:59 -0700
Subject: [PATCH] oops, bugfix

Rev: src/gc.c:1.83
---
 src/gc.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/gc.c b/src/gc.c
index 964f135c24..4a4c988c4b 100644
--- a/src/gc.c
+++ b/src/gc.c
@@ -29,7 +29,7 @@ struct callback *gc_evaluator_callback=0;
 
 #include "block_alloc.h"
 
-RCSID("$Id: gc.c,v 1.82 2000/04/27 02:13:28 hubbe Exp $");
+RCSID("$Id: gc.c,v 1.83 2000/04/28 05:40:59 hubbe Exp $");
 
 /* Run garbage collect approximate every time we have
  * 20 percent of all arrays, objects and programs is
@@ -314,7 +314,9 @@ void describe_location(void *real_memblock,
     }
   }
 
+#ifdef DEBUG_MALLOC
   dmalloc_describe_location(memblock, location, indent);
+#endif
 }
 
 static void gdb_gc_stop_here(void *a)
-- 
GitLab