From: sof Date: Fri, 14 Mar 1997 04:59:18 +0000 (+0000) Subject: [project @ 1997-03-14 04:59:18 by sof] X-Git-Tag: Approximately_1000_patches_recorded~798 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3aa6eac7b48069ebc9410e0168d5f68cb8142e14;p=ghc-hetmet.git [project @ 1997-03-14 04:59:18 by sof] Nil_closure renamed --- diff --git a/ghc/runtime/main/StgStartup.lhc b/ghc/runtime/main/StgStartup.lhc index 32382b6..0b74e37 100644 --- a/ghc/runtime/main/StgStartup.lhc +++ b/ghc/runtime/main/StgStartup.lhc @@ -363,7 +363,7 @@ STGFUN(ErrorIO_innards) *SpA = (P_) WorldStateToken_closure; - STKO_LINK(StkOReg) = Prelude_Z91Z93_closure; + STKO_LINK(StkOReg) = PrelBase_Z91Z93_closure; STKO_RETURN(StkOReg) = NULL; #ifdef TICKY_TICKY @@ -604,14 +604,15 @@ STGFUN(startCcRegisteringWorld) JMP_(_regMain); FE_ } - -CC_DECLARE(CC_CAFs, "CAFs_in_...", "PRELUDE", "PRELUDE", CC_IS_CAF,/*not static*/); -CC_DECLARE(CC_DICTs, "DICTs_in_...", "PRELUDE", "PRELUDE", CC_IS_DICT,/*not static*/); +/* SOF: Prelude supplies these for you +CC_DECLARE(CC_CAFs, "CAFs_in_...", "PRELUDE", "PRELUDE", CC_IS_CAF,*not static*); +CC_DECLARE(CC_DICTs, "DICTs_in_...", "PRELUDE", "PRELUDE", CC_IS_DICT,*not static*); START_REGISTER_PRELUDE(_regPrelude); REGISTER_CC(CC_CAFs); REGISTER_CC(CC_DICTs); END_REGISTER_CCS() +*/ \end{code} We also need cost centre declarations and registering routines for other