From d268a8c5e567634baf8f3ec618bb83f27266c5bc Mon Sep 17 00:00:00 2001 From: hboehm Date: Thu, 13 Apr 2006 00:46:19 +0000 Subject: [PATCH] 2006-04-12 Hans Boehm * Avoid duplicate GC_SOLARIS_THREADS definition. --- include/gc_config_macros.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/gc_config_macros.h b/include/gc_config_macros.h index 4da2c81b..4f558ff1 100644 --- a/include/gc_config_macros.h +++ b/include/gc_config_macros.h @@ -9,7 +9,9 @@ || defined(_SOLARIS_PTHREADS) || defined(GC_SOLARIS_PTHREADS) /* We no longer support old style Solaris threads. */ /* GC_SOLARIS_THREADS now means pthreads. */ -# define GC_SOLARIS_THREADS +# ifndef GC_SOLARIS_THREADS +# define GC_SOLARIS_THREADS +# endif #endif #if defined(IRIX_THREADS) # define GC_IRIX_THREADS -- 2.40.0