[project @ 2002-02-13 07:48:18 by sof]
authorsof <unknown>
Wed, 13 Feb 2002 07:48:19 +0000 (07:48 +0000)
committersof <unknown>
Wed, 13 Feb 2002 07:48:19 +0000 (07:48 +0000)
moved defn of RTS_SUPPORTS_THREADS from Rts.h to Stg.h

ghc/includes/Rts.h
ghc/includes/Stg.h

index f298fa3..97924dc 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Rts.h,v 1.16 2002/01/31 10:48:55 sof Exp $
+ * $Id: Rts.h,v 1.17 2002/02/13 07:48:18 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -74,13 +74,6 @@ extern "C" {
 #endif
 
 /* -----------------------------------------------------------------------------
-   Derived defines 
-   -------------------------------------------------------------------------- */
-#if defined(SMP) || defined(THREADED_RTS)
-#define RTS_SUPPORTS_THREADS 1
-#endif
-
-/* -----------------------------------------------------------------------------
    Attributes
    -------------------------------------------------------------------------- */
 
index 4597a5a..636bb1e 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stg.h,v 1.44 2001/12/06 10:00:01 sewardj Exp $
+ * $Id: Stg.h,v 1.45 2002/02/13 07:48:19 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
 #define FLEXIBLE_ARRAY 0
 #endif
 
+#if defined(SMP) || defined(THREADED_RTS)
+#define RTS_SUPPORTS_THREADS 1
+#endif
+
 /* Some macros to handle DLLing (Win32 only at the moment). */
 #include "StgDLL.h"