X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FTypeable.c;h=66e135ca1f9a26c30365fab79d72e086170d7a83;hb=50c4d03919a9d5c37c14004e964083251f655e93;hp=1d7edd1c94577d4b2071907863c73a369a90dd7b;hpb=53c390a4f2eb9017d50f51cd040f742cef309fb9;p=ghc-hetmet.git diff --git a/rts/Typeable.c b/rts/Typeable.c index 1d7edd1..66e135c 100644 --- a/rts/Typeable.c +++ b/rts/Typeable.c @@ -1,3 +1,11 @@ +/* ----------------------------------------------------------------------------- + * + * (c) The GHC Team, 1995-2005 + * + * Data.Typeable support + * + * ---------------------------------------------------------------------------*/ + #include "RtsTypeable.h" #include "Rts.h"