From 6456c6ca0eda705d4cfba742352077edf9954725 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 30 Mar 2000 14:08:43 +0000 Subject: [PATCH] [project @ 2000-03-30 14:08:43 by rrt] Removed __init_PrelMain, which shouldn't be in here. --- 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 4bacb21..9f73335 100644 --- a/ghc/rts/HSprel.def +++ b/ghc/rts/HSprel.def @@ -25,4 +25,4 @@ PrelException_PutFullMVar_closure PrelException_BlockedOnDeadMVar_closure PrelException_NonTermination_closure __init_Prelude -__init_PrelMain + -- 1.7.10.4