X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FPrelude.h;fp=ghc%2Frts%2FPrelude.h;h=2e50819986e48875560004c400da9425fd077a66;hb=d846cdf388801774b6589a0e8b5db0dc2c31f549;hp=8a8212ae0b925aec1bcbaae14c4f2efe99c4d4ad;hpb=3ccd3959a9b8712f67bf068be04b4deab6443f5e;p=ghc-hetmet.git diff --git a/ghc/rts/Prelude.h b/ghc/rts/Prelude.h index 8a8212a..2e50819 100644 --- a/ghc/rts/Prelude.h +++ b/ghc/rts/Prelude.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Prelude.h,v 1.20 2002/06/27 15:38:58 simonmar Exp $ + * $Id: Prelude.h,v 1.21 2002/07/15 08:41:46 simonmar Exp $ * * (c) The GHC Team, 1998-2001 * @@ -14,19 +14,19 @@ * modules these names are defined in. */ -extern DLL_IMPORT const StgClosure GHCziBase_True_closure; -extern DLL_IMPORT const StgClosure GHCziBase_False_closure; -extern DLL_IMPORT const StgClosure GHCziPack_unpackCString_closure; -extern DLL_IMPORT const StgClosure GHCziWeak_runFinalizzerBatch_closure; -extern const StgClosure Main_zdmain_closure; -extern DLL_IMPORT const StgClosure GHCziTopHandler_runIO_closure; -extern DLL_IMPORT const StgClosure GHCziTopHandler_runNonIO_closure; +extern DLL_IMPORT StgClosure GHCziBase_True_closure; +extern DLL_IMPORT StgClosure GHCziBase_False_closure; +extern DLL_IMPORT StgClosure GHCziPack_unpackCString_closure; +extern DLL_IMPORT StgClosure GHCziWeak_runFinalizzerBatch_closure; +extern StgClosure Main_zdmain_closure; +extern DLL_IMPORT StgClosure GHCziTopHandler_runIO_closure; +extern DLL_IMPORT StgClosure GHCziTopHandler_runNonIO_closure; -extern DLL_IMPORT const StgClosure GHCziIOBase_stackOverflow_closure; -extern DLL_IMPORT const StgClosure GHCziIOBase_heapOverflow_closure; -extern DLL_IMPORT const StgClosure GHCziIOBase_BlockedOnDeadMVar_closure; -extern DLL_IMPORT const StgClosure GHCziIOBase_NonTermination_closure; -extern DLL_IMPORT const StgClosure GHCziIOBase_Deadlock_closure; +extern DLL_IMPORT StgClosure GHCziIOBase_stackOverflow_closure; +extern DLL_IMPORT StgClosure GHCziIOBase_heapOverflow_closure; +extern DLL_IMPORT StgClosure GHCziIOBase_BlockedOnDeadMVar_closure; +extern DLL_IMPORT StgClosure GHCziIOBase_NonTermination_closure; +extern DLL_IMPORT StgClosure GHCziIOBase_Deadlock_closure; extern DLL_IMPORT const StgInfoTable GHCziBase_Czh_static_info; extern DLL_IMPORT const StgInfoTable GHCziBase_Izh_static_info;