X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FTypeable.c;h=88151b7d4743b70e63acca360f49d0a7ee5f8068;hb=2fa5a66abb8c92a9eb2707317d3c8723e4768e7b;hp=1d7edd1c94577d4b2071907863c73a369a90dd7b;hpb=53c390a4f2eb9017d50f51cd040f742cef309fb9;p=ghc-hetmet.git diff --git a/rts/Typeable.c b/rts/Typeable.c index 1d7edd1..88151b7 100644 --- a/rts/Typeable.c +++ b/rts/Typeable.c @@ -1,5 +1,13 @@ -#include "RtsTypeable.h" +/* ----------------------------------------------------------------------------- + * + * (c) The GHC Team, 1995-2005 + * + * Data.Typeable support + * + * ---------------------------------------------------------------------------*/ + #include "Rts.h" +#include "RtsTypeable.h" static StgPtr typeableStore = 0; #ifdef THREADED_RTS