[project @ 2004-12-21 08:50:27 by simonpj]
authorsimonpj <unknown>
Tue, 21 Dec 2004 08:50:27 +0000 (08:50 +0000)
committersimonpj <unknown>
Tue, 21 Dec 2004 08:50:27 +0000 (08:50 +0000)
Another wibble to the Panic change; this time on Windows

ghc/compiler/utils/Panic.lhs

index 9347c61..89976d3 100644 (file)
@@ -221,6 +221,6 @@ installSignalHandlers = do
   installHandler (Catch sig_handler)
   return ()
 #else
-  -- nothing
+  return () -- nothing
 #endif
 \end{code}