X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProfiling.h;h=735fa6699b4689a180cfca9a5d757754e8237705;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=7cc38df79e1e6c14dfb65d75a946535a3d1cb64b;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/rts/Profiling.h b/ghc/rts/Profiling.h index 7cc38df..735fa66 100644 --- a/ghc/rts/Profiling.h +++ b/ghc/rts/Profiling.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Profiling.h,v 1.5 2002/07/18 09:12:03 simonmar Exp $ + * $Id: Profiling.h,v 1.6 2004/08/13 13:10:28 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -23,7 +23,7 @@ void reportCCSProfiling ( void ); void PrintNewStackDecls ( void ); -extern lnat total_prof_ticks; +extern lnat RTS_VAR(total_prof_ticks); extern void fprintCCS( FILE *f, CostCentreStack *ccs );