aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/misc.c
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2000-04-02 15:36:43 +0000
committerAnthony Green <green@gcc.gnu.org>2000-04-02 15:36:43 +0000
commit89afab9c44f5157411c36fbb3bf3ed81079f42f1 (patch)
tree5e6d4597c93d5e5b23f42a4a25920dab55d02b43 /boehm-gc/misc.c
parent54c2f04ba05ce07e701345bc66d038b7d47a9bed (diff)
downloadgcc-89afab9c44f5157411c36fbb3bf3ed81079f42f1.zip
gcc-89afab9c44f5157411c36fbb3bf3ed81079f42f1.tar.gz
gcc-89afab9c44f5157411c36fbb3bf3ed81079f42f1.tar.bz2
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/boehm-gc/misc.c b/boehm-gc/misc.c
index 8c0d014..60505af 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)