From: panne Date: Mon, 8 May 2000 13:40:24 +0000 (+0000) Subject: [project @ 2000-05-08 13:40:24 by panne] X-Git-Tag: Approximately_9120_patches~4562 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bf87649e73619dbdec39e2c36599e9641e59733a;p=ghc-hetmet.git [project @ 2000-05-08 13:40:24 by panne] *argl* Sorry, my usual Monday-typos... --- diff --git a/ghc/lib/std/System.lhs b/ghc/lib/std/System.lhs index 7b854c3..61955b0 100644 --- a/ghc/lib/std/System.lhs +++ b/ghc/lib/std/System.lhs @@ -137,8 +137,8 @@ exitWith (ExitFailure n) primExit n ioError (IOError Nothing OtherError "exitWith" "exit should not return") --- SUP: Although shutdownHaskellAndExit must be called "safe", because it *can* --- re-enter Haskell land through finalizers +-- NOTE: shutdownHaskellAndExit must be called "safe", because it *can* +-- re-enter Haskell land through finalizers. foreign import ccall "shutdownHaskellAndExit" primExit :: Int -> IO () exitFailure :: IO a