From 2a373c29480d3e99d30dc3b7d07991c58df6d2de Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 21 Dec 2004 08:50:27 +0000 Subject: [PATCH] [project @ 2004-12-21 08:50:27 by simonpj] Another wibble to the Panic change; this time on Windows --- ghc/compiler/utils/Panic.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.7.10.4