X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProfiling.h;h=7cc38df79e1e6c14dfb65d75a946535a3d1cb64b;hb=e6d14f325f2c6c580025d0dc97dd70b723b6f92a;hp=dccf4440e67e160add54ec23349d7992cc4e00a1;hpb=55c8be525c07ee7b4a3d34c23d580580fd825fce;p=ghc-hetmet.git 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