From 09e2e8bbf2ea6246dc35733e2290b7dee90c9d6b Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 11 Feb 1999 17:15:23 +0000 Subject: [PATCH] [project @ 1999-02-11 17:15:20 by simonm] More finalise/finalize updates. --- ghc/includes/PrimOps.h | 4 ++-- ghc/lib/std/PrelGHC.hi-boot | 2 +- ghc/rts/PrimOps.hc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 4ccbd27..b121e4a 100644 --- a/ghc/includes/PrimOps.h +++ b/ghc/includes/PrimOps.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.h,v 1.17 1999/02/11 14:22:57 simonm Exp $ + * $Id: PrimOps.h,v 1.18 1999/02/11 17:15:20 simonm Exp $ * * (c) The GHC Team, 1998-1999 * @@ -686,7 +686,7 @@ EF_(seqzh_fast); #ifndef PAR EF_(mkWeakzh_fast); -EF_(finalizeWeakzh_fast); +EF_(finalizzeWeakzh_fast); #define deRefWeakzh(code,val,w) \ if (((StgWeak *)w)->header.info == &WEAK_info) { \ diff --git a/ghc/lib/std/PrelGHC.hi-boot b/ghc/lib/std/PrelGHC.hi-boot index f25fe78..9d9fda1 100644 --- a/ghc/lib/std/PrelGHC.hi-boot +++ b/ghc/lib/std/PrelGHC.hi-boot @@ -291,7 +291,7 @@ __export PrelGHC Weakzh mkWeakzh deRefWeakzh - finalizeWeakzh + finalizzeWeakzh ForeignObjzh makeForeignObjzh diff --git a/ghc/rts/PrimOps.hc b/ghc/rts/PrimOps.hc index aa31718..85f8e40 100644 --- a/ghc/rts/PrimOps.hc +++ b/ghc/rts/PrimOps.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.hc,v 1.14 1999/02/11 14:22:53 simonm Exp $ + * $Id: PrimOps.hc,v 1.15 1999/02/11 17:15:22 simonm Exp $ * * (c) The GHC Team, 1998-1999 * @@ -330,7 +330,7 @@ FN_(mkWeakzh_fast) FE_ } -FN_(finalizeWeakzh_fast) +FN_(finalizzeWeakzh_fast) { /* R1.p = weak ptr */ -- 1.7.10.4