diff options
Diffstat (limited to 'includes/rts/Stable.h')
-rw-r--r-- | includes/rts/Stable.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/includes/rts/Stable.h b/includes/rts/Stable.h index 95a3f96156..ec867e486c 100644 --- a/includes/rts/Stable.h +++ b/includes/rts/Stable.h @@ -1,9 +1,14 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 1998-2004 + * (c) The GHC Team, 1998-2009 * * Stable Pointers * + * 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_STABLE_H |