X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=d96762020e9607130dc85d063cdc6dffb7da7d97;hb=0a8f685b4c66093df7732c6b92a631cf4c84c05d;hp=da03bb46fbed13a059e0046e06f31bd33d8ba7f8;hpb=33dc622e7b43df3f4b698328f720278602905759;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index da03bb4..d967620 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -83,12 +83,8 @@ extern void* allocateExec(unsigned int len); Storage manager stuff exported -------------------------------------------------------------------------- */ -/* Prototype for an evacuate-like function */ -typedef void (*evac_fn)(StgClosure **); - extern void performGC(void); extern void performMajorGC(void); -extern void performGCWithRoots(void (*get_roots)(evac_fn)); extern HsInt64 getAllocations( void ); extern void revertCAFs( void ); extern void dirty_MUT_VAR(StgRegTable *reg, StgClosure *p);