From 21001dc3d3db3409c2bff667f424e2b3eb49479a Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Fri, 15 Feb 2002 17:49:23 +0000
Subject: [PATCH] [project @ 2002-02-15 17:49:23 by sof] unbreak prev. commit

---
 ghc/rts/Schedule.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c
index 63e06fa74325..1f8d06b77716 100644
--- a/ghc/rts/Schedule.c
+++ b/ghc/rts/Schedule.c
@@ -1,5 +1,5 @@
 /* ---------------------------------------------------------------------------
- * $Id: Schedule.c,v 1.126 2002/02/15 14:53:32 simonmar Exp $
+ * $Id: Schedule.c,v 1.127 2002/02/15 17:49:23 sof Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -3076,6 +3076,7 @@ raiseAsync(StgTSO *tso, StgClosure *exception)
      * top of the CATCH_FRAME ready to enter.
      */
     if (get_itbl(su)->type == CATCH_FRAME && exception != NULL) {
+      StgCatchFrame *cf = (StgCatchFrame *)su;
       StgClosure *raise;
 
       /* we've got an exception to raise, so let's pass it to the
-- 
GitLab