[project @ 2003-10-16 20:54:12 by sof]
[ghc-hetmet.git] / ghc / rts / Profiling.h
index dccf444..7cc38df 100644 (file)
@@ -1,6 +1,5 @@
 /* -----------------------------------------------------------------------------
-
- * $Id: Profiling.h,v 1.4 2001/12/12 14:31:43 simonmar Exp $
+ * $Id: Profiling.h,v 1.5 2002/07/18 09:12:03 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -28,5 +27,4 @@ extern lnat total_prof_ticks;
 
 extern void fprintCCS( FILE *f, CostCentreStack *ccs );
 
-
 #endif