Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
7b9ff54a
Commit
7b9ff54a
authored
Feb 13, 2002
by
sof
Browse files
[project @ 2002-02-13 07:48:18 by sof]
moved defn of RTS_SUPPORTS_THREADS from Rts.h to Stg.h
parent
d1447bea
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/includes/Rts.h
View file @
7b9ff54a
/* -----------------------------------------------------------------------------
* $Id: Rts.h,v 1.1
6
2002/0
1/31 10
:48:
55
sof Exp $
* $Id: Rts.h,v 1.1
7
2002/0
2/13 07
:48:
18
sof Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -73,13 +73,6 @@ extern "C" {
#define IF_PAR_DEBUG(c,s) doNothing()
#endif
/* -----------------------------------------------------------------------------
Derived defines
-------------------------------------------------------------------------- */
#if defined(SMP) || defined(THREADED_RTS)
#define RTS_SUPPORTS_THREADS 1
#endif
/* -----------------------------------------------------------------------------
Attributes
-------------------------------------------------------------------------- */
...
...
ghc/includes/Stg.h
View file @
7b9ff54a
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.4
4
200
1/12/06 10:00:01 sewardj
Exp $
* $Id: Stg.h,v 1.4
5
200
2/02/13 07:48:19 sof
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -40,6 +40,10 @@
#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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment