From: simonmar Date: Wed, 13 Feb 2002 12:17:14 +0000 (+0000) Subject: [project @ 2002-02-13 12:17:14 by simonmar] X-Git-Tag: nhc98-1-18-release~1123 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5ec04dcc5ad22095a3e172d7c3fe9d827429673c;p=ghc-base.git [project @ 2002-02-13 12:17:14 by simonmar] import Prelude --- diff --git a/System/Mem.hs b/System/Mem.hs index a50d6ff..a6e752c 100644 --- a/System/Mem.hs +++ b/System/Mem.hs @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Mem.hs,v 1.1 2002/02/12 10:50:03 simonmar Exp $ +-- $Id: Mem.hs,v 1.2 2002/02/13 12:17:14 simonmar Exp $ -- -- Memory-related system things. -- @@ -18,6 +18,8 @@ module System.Mem ( performGC -- :: IO () ) where +import Prelude + #ifdef __GLASGOW_HASKELL__ foreign import {-safe-} "performGC" performGC :: IO () #endif