X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProfHeap.h;h=0251416762786cf44c12131ddfe179089f5996ca;hb=03a9ff01812afc81eb5236fd3063cbec44cf469e;hp=e8c73940f928d6c13f819fba5a9ad7bacd05d78c;hpb=63e8af080a7e779a48e812e6caa9ea519b046260;p=ghc-hetmet.git diff --git a/ghc/rts/ProfHeap.h b/ghc/rts/ProfHeap.h index e8c7394..0251416 100644 --- a/ghc/rts/ProfHeap.h +++ b/ghc/rts/ProfHeap.h @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 1998-1999 + * (c) The GHC Team, 1998-2005 * * Support for heap profiling * @@ -16,4 +16,4 @@ extern rtsBool closureSatisfiesConstraints( StgClosure* p ); extern void LDV_recordDead( StgClosure *c, nat size ); extern rtsBool strMatchesSelector( char* str, char* sel ); -#endif +#endif /* PROFHEAP_H */