From 89afab9c44f5157411c36fbb3bf3ed81079f42f1 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 2 Apr 2000 15:36:43 +0000 Subject: misc.c (GC_enable): Always define GC_enable and GC_disable. 2000-03-26 Anthony Green * misc.c (GC_enable): Always define GC_enable and GC_disable. From-SVN: r32867 --- boehm-gc/misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'boehm-gc/misc.c') diff --git a/boehm-gc/misc.c b/boehm-gc/misc.c index 8c0d0147bf6..60505af16af 100644 --- a/boehm-gc/misc.c +++ b/boehm-gc/misc.c @@ -819,7 +819,6 @@ struct callinfo info[NFRAMES]; #endif /* SAVE_CALL_CHAIN */ -# ifdef SRC_M3 void GC_enable() { GC_dont_gc--; @@ -829,7 +828,6 @@ void GC_disable() { GC_dont_gc++; } -# endif #if !defined(NO_DEBUGGING) -- cgit v1.2.1