X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FLinker.h;h=053d41115383450ae006b69702d56772257bf4eb;hp=681a7f91999d888433362e9f916789ee8766b06a;hb=c004ec62b41aa2137b5b5e298ca562609b0de92e;hpb=432376bd11dc799121cbc0157780233bae248604 diff --git a/includes/Linker.h b/includes/Linker.h index 681a7f9..053d411 100644 --- a/includes/Linker.h +++ b/includes/Linker.h @@ -31,7 +31,7 @@ HsInt loadObj( char *path ); HsInt resolveObjs( void ); /* load a dynamic library */ -char *addDLL( char* dll_name ); +const char *addDLL( char* dll_name ); extern void markRootPtrTable(void (*)(StgClosure **));