[project @ 2000-05-01 14:44:25 by panne]
[ghc-hetmet.git] / ghc / lib / std / PrelStable.lhs
index fb12158..8f6053d 100644 (file)
@@ -1,5 +1,5 @@
 % -----------------------------------------------------------------------------
-% $Id: PrelStable.lhs,v 1.2 1999/09/19 19:12:42 sof Exp $
+% $Id: PrelStable.lhs,v 1.5 2000/04/14 15:28:24 rrt Exp $
 %
 % (c) The GHC Team, 1992-1999
 %
@@ -23,7 +23,6 @@ import PrelIOBase
 data StablePtr  a = StablePtr  (StablePtr#  a)
 
 instance CCallable   (StablePtr a)
-instance CCallable   (StablePtr# a)
 instance CReturnable (StablePtr a)
 
 makeStablePtr  :: a -> IO (StablePtr a)