[libgc] Eliminate warning about redefinition of GC_WIN32_THREADS
authorAlex J Lennon <ajlennon@dynamicdevices.co.uk>
Wed, 29 Oct 2014 13:27:01 +0000 (14:27 +0100)
committerAlex J Lennon <ajlennon@dynamicdevices.co.uk>
Wed, 29 Oct 2014 13:27:01 +0000 (14:27 +0100)
Makefile defines GC_WIN32_THREADS as 1 but gc_config_macros was
redefining as defined but with no value.

Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
libgc/include/gc_config_macros.h

index c11caa7748e0a7c2baff69d7bfcd9478f5a675e3..caf8de527c32b8056e8e42a6077b4df0b5b0928e 100644 (file)
@@ -32,7 +32,7 @@
 # define GC_LINUX_THREADS
 #endif
 #if defined(WIN32_THREADS)
-# define GC_WIN32_THREADS
+# define GC_WIN32_THREADS 1
 #endif
 #if defined(USE_LD_WRAP)
 # define GC_USE_LD_WRAP