summaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-23 15:07:00 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-23 15:07:00 +0000
commit663c180f892d9ac3cfdeccbb01c958cc76b81e20 (patch)
treee4e1294c4a90eab1b73fe6c3e039b902b07b9b85 /boehm-gc/ChangeLog
parent2651c2b5b99e26e83223869fb7886e810af6430f (diff)
downloadgcc-663c180f892d9ac3cfdeccbb01c958cc76b81e20.tar.gz
2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
* win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include. Reported by Danny Smith. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86427 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 70de84e849a..448ebceca9d 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,6 +1,11 @@
+2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
+
+ * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
+ Reported by Danny Smith.
+
2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
- misc.c (GC_init): Replace lhs cast with rhs cast.
+ * misc.c (GC_init): Replace lhs cast with rhs cast.
2004-08-16 Bryce McKinlay <mckinlay@redhat.com>