X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FMem.hs;h=39a98da0214863534aacdfec70d5fa6dd02ff75f;hb=2ed4c3ce3514e619281352cb8a6a5e7369b00421;hp=ec5b136eded04bc42d9925b931eb6044a7d339e0;hpb=29246dd4eb44d03cc48cbd894821d3c9501d8829;p=ghc-base.git diff --git a/System/Mem.hs b/System/Mem.hs index ec5b136..39a98da 100644 --- a/System/Mem.hs +++ b/System/Mem.hs @@ -24,7 +24,7 @@ import Hugs.IOExts #ifdef __GLASGOW_HASKELL__ -- | Triggers an immediate garbage collection -foreign import ccall {-safe-} "performGC" performGC :: IO () +foreign import ccall {-safe-} "performMajorGC" performGC :: IO () #endif #ifdef __NHC__