oops, undo accidental patch
[ghc-hetmet.git] / ghc / rts / ProfHeap.h
index 82f0923..0251416 100644 (file)
@@ -1,7 +1,6 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfHeap.h,v 1.4 2001/12/12 14:31:43 simonmar Exp $
  *
- * (c) The GHC Team, 1998-1999
+ * (c) The GHC Team, 1998-2005
  *
  * Support for heap profiling
  *
@@ -17,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 */