From bf87649e73619dbdec39e2c36599e9641e59733a Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 8 May 2000 13:40:24 +0000 Subject: [PATCH] [project @ 2000-05-08 13:40:24 by panne] *argl* Sorry, my usual Monday-typos... --- ghc/lib/std/System.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4