[project @ 2003-12-22 10:56:42 by simonmar]
authorsimonmar <unknown>
Mon, 22 Dec 2003 10:56:42 +0000 (10:56 +0000)
committersimonmar <unknown>
Mon, 22 Dec 2003 10:56:42 +0000 (10:56 +0000)
performGC should really do a major GC - this was broken at some point.

System/Mem.hs

index ec5b136..39a98da 100644 (file)
@@ -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__