[project @ 2001-10-18 11:10:19 by rrt]
authorrrt <unknown>
Thu, 18 Oct 2001 11:10:19 +0000 (11:10 +0000)
committerrrt <unknown>
Thu, 18 Oct 2001 11:10:19 +0000 (11:10 +0000)
Remove STGHUGSery.

Control/Exception.hs

index 041b222..96205c6 100644 (file)
@@ -8,7 +8,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable
 --
--- $Id: Exception.hs,v 1.2 2001/07/31 14:34:23 simonmar Exp $
+-- $Id: Exception.hs,v 1.3 2001/10/18 11:10:19 rrt Exp $
 --
 -- The External API for exceptions.  The functions provided in this
 -- module allow catching of exceptions in the IO monad.
@@ -47,10 +47,8 @@ module Control.Exception (
        -- Throwing exceptions
 
        throw,          -- :: Exception -> a
-#ifndef __STGHUGS__
        -- for now
        throwTo,        -- :: ThreadId -> Exception -> a
-#endif
 
        -- Dynamic exceptions