From d20d32d788e2d6c088e6b03776c428df5bb004d3 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 25 Aug 2009 09:50:47 +0000 Subject: Tidy up file headers and copyrights; point to the wiki for docs I've updated the wiki page about the RTS headers http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes to reflect the new layout and explain some of the rationale. All the header files now point to this page. --- includes/rts/prof/CCS.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'includes/rts/prof/CCS.h') diff --git a/includes/rts/prof/CCS.h b/includes/rts/prof/CCS.h index d56caf0be4..90224d72a0 100644 --- a/includes/rts/prof/CCS.h +++ b/includes/rts/prof/CCS.h @@ -1,9 +1,14 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 2004 + * (c) The GHC Team, 2009 * * Macros for profiling operations in STG code * + * Do not #include this file directly: #include "Rts.h" instead. + * + * To understand the structure of the RTS headers, see the wiki: + * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * * ---------------------------------------------------------------------------*/ #ifndef RTS_PROF_CCS_H -- cgit v1.2.1