diff options
author | simonmar <unknown> | 2002-07-18 09:12:03 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-07-18 09:12:03 +0000 |
commit | 80164adadb52f16b557e283ac4cd3810848d7561 (patch) | |
tree | 32bb65b2cfd51c64823f12a387697a3d84587f26 | |
parent | 3db151b4334c3af02aaaa5f8f1b233805ee90086 (diff) | |
download | haskell-80164adadb52f16b557e283ac4cd3810848d7561.tar.gz |
[project @ 2002-07-18 09:12:03 by simonmar]
cosmetic only
-rw-r--r-- | ghc/rts/Profiling.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ghc/rts/Profiling.h b/ghc/rts/Profiling.h index dccf4440e6..7cc38df79e 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 |