[project @ 2004-08-13 13:57:04 by simonmar]
[ghc-hetmet.git] / ghc / rts / Profiling.h
index dccf444..b503fa6 100644 (file)
@@ -1,8 +1,6 @@
 /* -----------------------------------------------------------------------------
-
- * $Id: Profiling.h,v 1.4 2001/12/12 14:31:43 simonmar Exp $
  *
- * (c) The GHC Team, 1998-2000
+ * (c) The GHC Team, 1998-2004
  *
  * Support for profiling
  *
@@ -24,9 +22,8 @@ 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 );
 
-
 #endif