X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FMem.hs;h=af96b5dd1c293830369f0f07d4abbae505bff669;hb=HEAD;hp=39a98da0214863534aacdfec70d5fa6dd02ff75f;hpb=c753d4795463c63ae8471155e8a5edd00d83645d;p=ghc-base.git diff --git a/System/Mem.hs b/System/Mem.hs index 39a98da..af96b5d 100644 --- a/System/Mem.hs +++ b/System/Mem.hs @@ -1,3 +1,9 @@ +{-# LANGUAGE CPP #-} + +#ifdef __GLASGOW_HASKELL__ +{-# LANGUAGE ForeignFunctionInterface #-} +#endif + ----------------------------------------------------------------------------- -- | -- Module : System.Mem