markRootPtrTable: write out type in full instead of using evac_fn typedef
authorSimon Marlow <simonmar@microsoft.com>
Thu, 26 Oct 2006 08:54:18 +0000 (08:54 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 26 Oct 2006 08:54:18 +0000 (08:54 +0000)
Fixes stage 2 build with -fvia-C

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 */