From a2360656e68074fe18aa139195de151c40821f5a Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 22 Mar 2000 12:15:46 +0000 Subject: [PATCH] [project @ 2000-03-22 12:15:46 by rrt] Changed __init_Main to __init_PrelMain in line with changes elsewhere. --- ghc/rts/HSprel.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4