X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProfHeap.h;h=0251416762786cf44c12131ddfe179089f5996ca;hb=c27d86e0ab0f2876246bd592d32b9e2f3723ec53;hp=70d5ea057259c8b67f4c1c3cfe28c61440fcbd2a;hpb=dbef766ce79e37a74468a07a93b15ba1f06fe8f8;p=ghc-hetmet.git diff --git a/ghc/rts/ProfHeap.h b/ghc/rts/ProfHeap.h index 70d5ea0..0251416 100644 --- a/ghc/rts/ProfHeap.h +++ b/ghc/rts/ProfHeap.h @@ -1,7 +1,6 @@ /* ----------------------------------------------------------------------------- - * $Id: ProfHeap.h,v 1.3 2001/11/26 16:54:21 simonmar Exp $ * - * (c) The GHC Team, 1998-1999 + * (c) The GHC Team, 1998-2005 * * Support for heap profiling * @@ -15,5 +14,6 @@ extern nat initHeapProfiling( void ); extern void endHeapProfiling( void ); extern rtsBool closureSatisfiesConstraints( StgClosure* p ); extern void LDV_recordDead( StgClosure *c, nat size ); +extern rtsBool strMatchesSelector( char* str, char* sel ); -#endif +#endif /* PROFHEAP_H */