diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-10-26 08:54:18 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-10-26 08:54:18 +0000 |
commit | 432376bd11dc799121cbc0157780233bae248604 (patch) | |
tree | 653067162440a25295ea9a4a028831fffcb0bd17 /includes/Linker.h | |
parent | 15eda3f5faf5aa62ea6cbe018e4dd917df2412e1 (diff) | |
download | haskell-432376bd11dc799121cbc0157780233bae248604.tar.gz |
markRootPtrTable: write out type in full instead of using evac_fn typedef
Fixes stage 2 build with -fvia-C
Diffstat (limited to 'includes/Linker.h')
-rw-r--r-- | includes/Linker.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/Linker.h b/includes/Linker.h index 948745be89..681a7f9199 100644 --- a/includes/Linker.h +++ b/includes/Linker.h @@ -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 */ |