From 25d21c3f96a4fef6585681437afce13cc9a64a9a Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Tue, 24 Feb 1998 23:05:10 +0100 Subject: [PATCH] Now compiles without DEBUG Rev: src/gc.c:1.29 --- src/gc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gc.c b/src/gc.c index 660e595ae2..3d0f2a5d2e 100644 --- a/src/gc.c +++ b/src/gc.c @@ -408,6 +408,7 @@ static void exit_gc(void) } } +#ifdef DEBUG void locate_references(void *a) { if(!in_gc) @@ -416,7 +417,7 @@ void locate_references(void *a) fprintf(stderr,"**Looking for references:\n"); check_for=a; - + found_where=" in an array"; gc_check_all_arrays(); @@ -441,6 +442,7 @@ void locate_references(void *a) if(!in_gc) exit_gc(); } +#endif int gc_is_referenced(void *a) { -- GitLab