From 327d438ffbc4c0bc3649084151332da2ec136f75 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Thu, 18 May 2000 09:54:47 +0000
Subject: [PATCH] [project @ 2000-05-18 09:54:47 by simonmar] Upd_frame ==>
 upd_frame

---
 ghc/rts/Evaluator.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ghc/rts/Evaluator.c b/ghc/rts/Evaluator.c
index 566666f16cd4..6e2f1db5e2dd 100644
--- a/ghc/rts/Evaluator.c
+++ b/ghc/rts/Evaluator.c
@@ -5,8 +5,8 @@
  * Copyright (c) 1994-1998.
  *
  * $RCSfile: Evaluator.c,v $
- * $Revision: 1.52 $
- * $Date: 2000/05/10 09:00:20 $
+ * $Revision: 1.53 $
+ * $Date: 2000/05/18 09:54:47 $
  * ---------------------------------------------------------------------------*/
 
 #include "Rts.h"
@@ -260,7 +260,7 @@ void      SloppifyIntegerEnd ( StgPtr );
 {                                                                 \
    StgUpdateFrame *__frame;                                       \
    __frame = (StgUpdateFrame *)(xSp + (xSp_offset)) - 1;          \
-   SET_INFO(__frame, (StgInfoTable *)&Upd_frame_info);            \
+   SET_INFO(__frame, (StgInfoTable *)&upd_frame_info);            \
    __frame->link = xSu;                                           \
    __frame->updatee = (StgClosure *)(target);                     \
    xSu = __frame;                                                 \
-- 
GitLab