summaryrefslogtreecommitdiff
path: root/rts/RtsSignals.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-06-02 14:02:33 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-06-02 14:02:33 +0000
commitdd56e9ab4544e83d27532a8d9058140bfe81825c (patch)
tree5c5ba3eb63a02d7de3c8c514e883f7dd36e98332 /rts/RtsSignals.h
parentcfe2fd2a36f43c1f998bb5e7c0cec15480ed3f96 (diff)
downloadhaskell-dd56e9ab4544e83d27532a8d9058140bfe81825c.tar.gz
Remove old GUM/GranSim code
Diffstat (limited to 'rts/RtsSignals.h')
-rw-r--r--rts/RtsSignals.h2
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"