fix for gcc 4.1.x
[ghc-hetmet.git] / ghc / includes / RtsExternal.h
index 020c6a2..61a920b 100644 (file)
@@ -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(StgRegTable *reg, StgClosure *p);
 
 #endif /*  RTSEXTERNAL_H */