From 80164adadb52f16b557e283ac4cd3810848d7561 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 18 Jul 2002 09:12:03 +0000 Subject: [PATCH] [project @ 2002-07-18 09:12:03 by simonmar] cosmetic only --- ghc/rts/Profiling.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/rts/Profiling.h b/ghc/rts/Profiling.h index dccf444..7cc38df 100644 --- a/ghc/rts/Profiling.h +++ b/ghc/rts/Profiling.h @@ -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 -- 1.7.10.4