diff options
author | Anthony Green <green@redhat.com> | 2000-04-02 15:36:43 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2000-04-02 15:36:43 +0000 |
commit | 89afab9c44f5157411c36fbb3bf3ed81079f42f1 (patch) | |
tree | 5e6d4597c93d5e5b23f42a4a25920dab55d02b43 /boehm-gc/misc.c | |
parent | 54c2f04ba05ce07e701345bc66d038b7d47a9bed (diff) | |
download | gcc-89afab9c44f5157411c36fbb3bf3ed81079f42f1.tar.gz |
misc.c (GC_enable): Always define GC_enable and GC_disable.
2000-03-26 Anthony Green <green@redhat.com>
* misc.c (GC_enable): Always define GC_enable and GC_disable.
From-SVN: r32867
Diffstat (limited to 'boehm-gc/misc.c')
-rw-r--r-- | boehm-gc/misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |