From: simonpj Date: Tue, 21 Dec 2004 08:50:27 +0000 (+0000) Subject: [project @ 2004-12-21 08:50:27 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1331 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2a373c29480d3e99d30dc3b7d07991c58df6d2de;p=ghc-hetmet.git [project @ 2004-12-21 08:50:27 by simonpj] Another wibble to the Panic change; this time on Windows --- diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 9347c61..89976d3 100644 --- a/ghc/compiler/utils/Panic.lhs +++ b/ghc/compiler/utils/Panic.lhs @@ -221,6 +221,6 @@ installSignalHandlers = do installHandler (Catch sig_handler) return () #else - -- nothing + return () -- nothing #endif \end{code}