X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsExternal.h;fp=ghc%2Fincludes%2FRtsExternal.h;h=c5f5043e5c9d17fb53853f3346813b9d10a0845a;hb=91b07216be1cb09230b7d1b417899ddea8620ff3;hp=020c6a213e75ef9a510293f2b3ccb266a15b218b;hpb=da69fa9c5047c5b0d05bdb05eaddefa1eb5d5a36;p=ghc-hetmet.git diff --git a/ghc/includes/RtsExternal.h b/ghc/includes/RtsExternal.h index 020c6a2..c5f5043 100644 --- a/ghc/includes/RtsExternal.h +++ b/ghc/includes/RtsExternal.h @@ -91,5 +91,6 @@ 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(StgClosure *); #endif /* RTSEXTERNAL_H */