From 0f0a1585e442089357656b87144cd22abf478dda Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 22 Jun 2009 14:44:43 +0000 Subject: [PATCH] Add a couple more symbols to the Linker.c table Fixes ghci loading gmp on Windows --- rts/Linker.c | 2 ++ 1 file changed, 2 insertions(+) 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) \ -- 1.7.10.4