X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FUpdates.hc;h=989ce2f90e42faffa1bdc9102a6a29dbc4432e95;hb=0671ef05dd65137d501cb97f0e42be3b78d4004d;hp=6f0250f6c4a38addd2b1f63351ee6dee232838a1;hpb=d7dedcdbb833d692a3be48e2405d2323fa4de72a;p=ghc-hetmet.git diff --git a/ghc/rts/Updates.hc b/ghc/rts/Updates.hc index 6f0250f..989ce2f 100644 --- a/ghc/rts/Updates.hc +++ b/ghc/rts/Updates.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Updates.hc,v 1.34 2001/07/24 06:31:36 ken Exp $ + * $Id: Updates.hc,v 1.35 2001/11/08 12:46:31 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -11,7 +11,6 @@ #include "Rts.h" #include "RtsUtils.h" #include "RtsFlags.h" -#include "HeapStackCheck.h" #include "Storage.h" #if defined(GRAN) || defined(PAR) # include "FetchMe.h" @@ -230,7 +229,7 @@ STGFUN(stg_PAP_entry) This function is called whenever an argument satisfaction check fails. -------------------------------------------------------------------------- */ -EXTFUN(stg_update_PAP) +EXTFUN(__stg_update_PAP) { nat Words, PapSize; #ifdef PROFILING