From db2acb83094a324ee87fb33631cb956bb3b5ef9d Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Tue, 21 Mar 2000 11:38:43 +0000 Subject: [PATCH] [project @ 2000-03-21 11:38:43 by rrt] Added PrelException_BlockedOnDeadMVar_static_closure and PrelException_NonTermination_static_closure. --- ghc/rts/HSprel.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/rts/HSprel.def b/ghc/rts/HSprel.def index 7792a762cf87..26dc46d1cd13 100644 --- a/ghc/rts/HSprel.def +++ b/ghc/rts/HSprel.def @@ -24,5 +24,7 @@ PrelStable_StablePtr_static_info DATA PrelPack_unpackCString_closure PrelException_stackOverflow_closure PrelException_PutFullMVar_static_closure +PrelException_BlockedOnDeadMVar_static_closure +PrelException_NonTermination_static_closure __init_Prelude __init_Main \ No newline at end of file -- GitLab