X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsSignals.h;h=eafeeaaf5543abecbcf22fc5b2dc44c0b630fec5;hb=98ae15bfb073289e2e65aaf288a83fac71549a9d;hp=5f7c99b05b47812dce440bcdc9fd82b18280afab;hpb=6b16111d35e8e4c2a32cf9a3c7c855efb32d5b1b;p=ghc-hetmet.git diff --git a/ghc/rts/RtsSignals.h b/ghc/rts/RtsSignals.h index 5f7c99b..eafeeaa 100644 --- a/ghc/rts/RtsSignals.h +++ b/ghc/rts/RtsSignals.h @@ -11,12 +11,10 @@ #if !defined(PAR) && !defined(mingw32_HOST_OS) -#define RTS_USER_SIGNALS 1 #include "posix/Signals.h" #elif defined(mingw32_HOST_OS) -#define RTS_USER_SIGNALS 1 #include "win32/ConsoleHandler.h" #else /* PAR */