aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 538a55c..26e0fae 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+2000-03-26 Anthony Green <green@redhat.com>
+
+ * misc.c (GC_enable): Always define GC_enable and GC_disable.
+
2000-02-14 Tom Tromey <tromey@cygnus.com>
* gc.h (dlopen): Define as GC_dlopen on Linux.