From: simonm Date: Thu, 11 Feb 1999 17:15:23 +0000 (+0000) Subject: [project @ 1999-02-11 17:15:20 by simonm] X-Git-Tag: Approximately_9120_patches~6564 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=09e2e8bbf2ea6246dc35733e2290b7dee90c9d6b;p=ghc-hetmet.git [project @ 1999-02-11 17:15:20 by simonm] More finalise/finalize updates. --- 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 */