X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FTypeable.c;h=66e135ca1f9a26c30365fab79d72e086170d7a83;hp=1d7edd1c94577d4b2071907863c73a369a90dd7b;hb=8a2809c29de9f23eba7ca682b48390033a9d40f6;hpb=53c390a4f2eb9017d50f51cd040f742cef309fb9 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"