]> granicus.if.org Git - gc/commitdiff
2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Aug 2004 15:07:00 +0000 (15:07 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:25 +0000 (10:54 +0400)
* 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

ChangeLog
win32_threads.c

index 70de84e849a417bc1dc0b2e9eb22ecbdd7ee4834..448ebceca9dae29d393b74b6822d0fe5c4400ce3 100644 (file)
--- a/ChangeLog
+++ b/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>
 
index d2e97dee7d0b2cec1e1fca50fe6434ace6579daf..5604290de945840ffe5b1cd758239fc6d9764c56 100644 (file)
@@ -1,6 +1,7 @@
+#include "private/gc_priv.h"
+
 #if defined(GC_WIN32_THREADS) 
 
-#include "private/gc_priv.h"
 #include <windows.h>
 
 #ifdef CYGWIN32