diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-02 14:02:33 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-02 14:02:33 +0000 |
commit | dd56e9ab4544e83d27532a8d9058140bfe81825c (patch) | |
tree | 5c5ba3eb63a02d7de3c8c514e883f7dd36e98332 /rts/RtsSignals.h | |
parent | cfe2fd2a36f43c1f998bb5e7c0cec15480ed3f96 (diff) | |
download | haskell-dd56e9ab4544e83d27532a8d9058140bfe81825c.tar.gz |
Remove old GUM/GranSim code
Diffstat (limited to 'rts/RtsSignals.h')
-rw-r--r-- | rts/RtsSignals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsSignals.h b/rts/RtsSignals.h index 77f22249b2..e130fb4281 100644 --- a/rts/RtsSignals.h +++ b/rts/RtsSignals.h @@ -9,7 +9,7 @@ #ifndef RTS_SIGNALS_H #define RTS_SIGNALS_H -#if !defined(PAR) && !defined(mingw32_HOST_OS) +#if !defined(mingw32_HOST_OS) #include "posix/Signals.h" |