From: Ian Lynagh Date: Mon, 22 Jun 2009 14:44:43 +0000 (+0000) Subject: Add a couple more symbols to the Linker.c table X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0f0a1585e442089357656b87144cd22abf478dda Add a couple more symbols to the Linker.c table Fixes ghci loading gmp on Windows --- diff --git a/rts/Linker.c b/rts/Linker.c index b075128..71d2a8e 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -381,6 +381,8 @@ typedef struct _RtsSymbolVal { SymI_NeedsProto(iscntrl) \ SymI_NeedsProto(isalpha) \ SymI_NeedsProto(isalnum) \ + SymI_NeedsProto(isascii) \ + SymI_HasProto(__mingw_vfprintf) \ SymI_HasProto(strcmp) \ SymI_HasProto(memmove) \ SymI_HasProto(realloc) \