From bff758f6bf6cf8c4f452b28b23db7f96f91802d7 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 17 Mar 2000 15:11:26 +0000 Subject: [PATCH 1/1] [project @ 2000-03-17 15:11:26 by rrt] Added PrelException_PutFullMVar_static_closure and __init_Prelude, and also (rather hackily) __init_Main (until I find out how that should really be dealt with). --- ghc/rts/HSprel.def | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc/rts/HSprel.def b/ghc/rts/HSprel.def index eeb7079..7792a76 100644 --- a/ghc/rts/HSprel.def +++ b/ghc/rts/HSprel.def @@ -1,5 +1,7 @@ ; list of entry points that the RTS imports from ; the Prelude. +; N.B. __init_Main shouldn't really be here, as it should be treated like +; Main.main_closure (but how's that?) EXPORTS PrelBase_False_static_closure PrelBase_True_static_closure @@ -18,6 +20,9 @@ PrelFloat_Dzh_static_info DATA PrelAddr_Wzh_con_info DATA PrelAddr_Wzh_static_info DATA PrelStable_StablePtr_con_info DATA -PrelStable_StablePtr_static_info DATA +PrelStable_StablePtr_static_info DATA PrelPack_unpackCString_closure PrelException_stackOverflow_closure +PrelException_PutFullMVar_static_closure +__init_Prelude +__init_Main \ No newline at end of file -- 1.7.10.4