[project @ 2005-05-24 16:10:35 by simonmar]
authorsimonmar <unknown>
Tue, 24 May 2005 16:10:35 +0000 (16:10 +0000)
committersimonmar <unknown>
Tue, 24 May 2005 16:10:35 +0000 (16:10 +0000)
Move RTS_SUPPORTS_THREADS into RtsConfig.h

ghc/includes/Rts.h
ghc/includes/RtsConfig.h

index 27331be..dc3ad69 100644 (file)
@@ -29,10 +29,6 @@ extern "C" {
 #define FLEXIBLE_ARRAY 0
 #endif
 
-#if defined(SMP) || defined(THREADED_RTS)
-#define RTS_SUPPORTS_THREADS 1
-#endif
-
 /* Fix for mingw stat problem (done here so it's early enough) */
 #ifdef mingw32_HOST_OS
 #define __MSVCRT__ 1
index a220973..d02093c 100644 (file)
 #define SUPPORT_LONG_LONGS 1
 #endif
 
+#if defined(SMP) || defined(THREADED_RTS)
+#define RTS_SUPPORTS_THREADS 1
+#endif
+
 /*
  * Whether the runtime system will use libbfd for debugging purposes.
  */