diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-02 15:36:43 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-02 15:36:43 +0000 |
commit | aa83475358a4afbec27f85c67bdd96ffab8fd199 (patch) | |
tree | 5e6d4597c93d5e5b23f42a4a25920dab55d02b43 /boehm-gc/misc.c | |
parent | 89d1c15834957f4bc62db37dbf77b1f955f84b66 (diff) | |
download | gcc-aa83475358a4afbec27f85c67bdd96ffab8fd199.tar.gz |
2000-03-26 Anthony Green <green@redhat.com>
* misc.c (GC_enable): Always define GC_enable and GC_disable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32867 138bc75d-0d04-0410-961f-82ee72b054a4
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) |