[project @ 2001-11-27 14:49:10 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / PrelWeak.lhs
index 76f4c8c..1a7e643 100644 (file)
@@ -1,5 +1,5 @@
 % ------------------------------------------------------------------------------
-% $Id: PrelWeak.lhs,v 1.15 2001/01/11 17:25:57 simonmar Exp $
+% $Id: PrelWeak.lhs,v 1.16 2001/03/22 03:51:09 hwloidl Exp $
 %
 % (c) The University of Glasgow, 1998-2000
 %
@@ -16,8 +16,6 @@ import PrelBase
 import PrelMaybe
 import PrelIOBase      ( IO(..), unIO )
 
-#ifndef __PARALLEL_HASKELL__
-
 data Weak v = Weak (Weak# v)
 
 mkWeak  :: k                           -- key
@@ -64,6 +62,4 @@ runFinalizerBatch (I# n) arr =
    in
         go n
 
-#endif
-
 \end{code}