From: simonmar Date: Thu, 18 Jul 2002 09:12:03 +0000 (+0000) Subject: [project @ 2002-07-18 09:12:03 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1835 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=80164adadb52f16b557e283ac4cd3810848d7561;p=ghc-hetmet.git [project @ 2002-07-18 09:12:03 by simonmar] cosmetic only --- 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