X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FGC.h;h=9b0e9622cbb28f6c8b1c3753a4c30e0d17eeba19;hb=25fc4206f2d4b9e042c705808558cf7521da4da2;hp=dc7beb8ec25a8bbd0f5056e2fdef7bd9fa14aae5;hpb=7f309f1c021e7583f724cce599ce2dd3c439361b;p=ghc-hetmet.git diff --git a/ghc/rts/GC.h b/ghc/rts/GC.h index dc7beb8..9b0e962 100644 --- a/ghc/rts/GC.h +++ b/ghc/rts/GC.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: GC.h,v 1.4 1999/02/05 16:02:43 simonm Exp $ + * $Id: GC.h,v 1.6 2000/04/11 16:36:53 sewardj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -9,3 +9,4 @@ void threadPaused(StgTSO *); StgClosure *isAlive(StgClosure *p); +void GarbageCollect ( void (*get_roots)(void), rtsBool force_major_gc );