FIX BUILD (on Windows): follow changes to make threaded RTS compile with -fasm
[ghc-hetmet.git] / includes / Linker.h
index 948745b..681a7f9 100644 (file)
@@ -33,7 +33,6 @@ HsInt resolveObjs( void );
 /* load a dynamic library */
 char *addDLL( char* dll_name );
 
-extern void markRootPtrTable(evac_fn evac);
-
+extern void markRootPtrTable(void (*)(StgClosure **));
 
 #endif /* LINKER_H */