X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FPrelude.h;h=5bdd82e2d480a75e54bb1a2e3863c52e69dc3785;hb=a3ccd83f8962827f8aa7e5169e1376dcb8cb12ea;hp=d25134057ba8ebae6fe1f99795f5011b944a1100;hpb=a599281d81d9c5944e3631425bea7bc0e9052c74;p=ghc-hetmet.git diff --git a/ghc/rts/Prelude.h b/ghc/rts/Prelude.h index d251340..5bdd82e 100644 --- a/ghc/rts/Prelude.h +++ b/ghc/rts/Prelude.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Prelude.h,v 1.15 2001/02/14 12:59:34 simonmar Exp $ + * $Id: Prelude.h,v 1.16 2001/03/19 10:24:03 simonmar Exp $ * * (c) The GHC Team, 1998-2001 * @@ -22,7 +22,6 @@ extern const StgClosure PrelMain_mainIO_closure; extern DLL_IMPORT const StgClosure PrelIOBase_stackOverflow_closure; extern DLL_IMPORT const StgClosure PrelIOBase_heapOverflow_closure; -extern DLL_IMPORT const StgClosure PrelIOBase_PutFullMVar_closure; extern DLL_IMPORT const StgClosure PrelIOBase_BlockedOnDeadMVar_closure; extern DLL_IMPORT const StgClosure PrelIOBase_NonTermination_closure;