summaryrefslogtreecommitdiff
path: root/includes/rts/Messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Messages.h')
-rw-r--r--includes/rts/Messages.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/includes/rts/Messages.h b/includes/rts/Messages.h
index e01eff47cf..6f59d1dc3e 100644
--- a/includes/rts/Messages.h
+++ b/includes/rts/Messages.h
@@ -1,12 +1,17 @@
/* -----------------------------------------------------------------------------
*
- * (c) The GHC Team, 1998-2004
+ * (c) The GHC Team, 1998-2009
*
* Message API for use inside the RTS. All messages generated by the
* RTS should go through one of the functions declared here, and we
* also provide hooks so that messages from the RTS can be redirected
* as appropriate.
*
+ * 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_MESSAGES_H