summaryrefslogtreecommitdiff
path: root/boehm-gc/include/gc_config_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/include/gc_config_macros.h')
-rw-r--r--boehm-gc/include/gc_config_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/include/gc_config_macros.h b/boehm-gc/include/gc_config_macros.h
index fd3006c1789..a01da4a1342 100644
--- a/boehm-gc/include/gc_config_macros.h
+++ b/boehm-gc/include/gc_config_macros.h
@@ -23,7 +23,7 @@
defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS) || \
defined(GC_DGUX386_THREADS) || defined(GC_DARWIN_THREADS) || \
defined(GC_AIX_THREADS) || \
- (defined(GC_WIN32_THREADS) && defined(__CYGWIN32__))
+ (defined(GC_WIN32_THREADS) && defined(__CYGWIN__))
# define GC_PTHREADS
# endif