Skip to content
Snippets Groups Projects
Commit 449d4c61 authored by sof's avatar sof
Browse files

[project @ 1997-03-14 01:57:19 by sof]

Nil closure rename
parent 7cf0b297
No related merge requests found
......@@ -35,7 +35,7 @@ initStacks(smInfo *sm)
STKO_SIZE(MainStkO) = RTSflags.GcFlags.stksSize + STKO_VHS;
STKO_SpB(MainStkO) = STKO_SuB(MainStkO) = STKO_BSTK_BOT(MainStkO) + BREL(1);
STKO_SpA(MainStkO) = STKO_SuA(MainStkO) = STKO_ASTK_BOT(MainStkO) + AREL(1);
STKO_LINK(MainStkO) = Prelude_Z91Z93_closure;
STKO_LINK(MainStkO) = PrelBase_Z91Z93_closure;
STKO_RETURN(MainStkO) = NULL;
ASSERT(sanityChk_StkO(MainStkO));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment