X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FStable.h;h=ec867e486cfe3d36b13d739b8eb3be69cb43eb80;hb=d20d32d788e2d6c088e6b03776c428df5bb004d3;hp=95a3f9615669cc1f5ed2c584f9df2a24101e899d;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/includes/rts/Stable.h b/includes/rts/Stable.h index 95a3f96..ec867e4 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