X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FTypeable.c;h=66e135ca1f9a26c30365fab79d72e086170d7a83;hb=0981e24e9980b8b26e6f20fc56bebc1c7416cc4f;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"