oops, undo accidental patch
[ghc-hetmet.git] / ghc / rts / RtsSignals.h
index 439ba0b..eafeeaa 100644 (file)
 
 #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 */
 
 #define signals_pending() (rtsFalse)
-#define handleSignalsInThisThread() /* nothing */
 
 #endif /* PAR */