From d1c036248c2d50cd7e288bb82f83625813ccecf2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 29 Nov 2011 10:17:07 +0100 Subject: [PATCH] switch off debugging flag that was mistakenly left on * libguile/gc.c (HEURISTICS_DEBUG): Whoops, switch this off. --- libguile/gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/gc.c b/libguile/gc.c index 16878607f..e36f0a1e4 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -835,7 +835,7 @@ adjust_gc_frequency (void * hook_data SCM_UNUSED, image_size = get_image_size (); bytes_alloced = GC_get_total_bytes (); -#define HEURISTICS_DEBUG 1 +#define HEURISTICS_DEBUG 0 #if HEURISTICS_DEBUG fprintf (stderr, "prev image / alloced: %lu / %lu\n", prev_image_size, prev_bytes_alloced); -- 2.20.1