From: rrt Date: Wed, 22 Mar 2000 12:15:46 +0000 (+0000) Subject: [project @ 2000-03-22 12:15:46 by rrt] X-Git-Tag: Approximately_9120_patches~4931 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a2360656e68074fe18aa139195de151c40821f5a;p=ghc-hetmet.git [project @ 2000-03-22 12:15:46 by rrt] Changed __init_Main to __init_PrelMain in line with changes elsewhere. --- diff --git a/ghc/rts/HSprel.def b/ghc/rts/HSprel.def index 26dc46d..ac08020 100644 --- a/ghc/rts/HSprel.def +++ b/ghc/rts/HSprel.def @@ -27,4 +27,4 @@ PrelException_PutFullMVar_static_closure PrelException_BlockedOnDeadMVar_static_closure PrelException_NonTermination_static_closure __init_Prelude -__init_Main \ No newline at end of file +__init_PrelMain \ No newline at end of file