Add a couple more symbols to the Linker.c table
authorIan Lynagh <igloo@earth.li>
Mon, 22 Jun 2009 14:44:43 +0000 (14:44 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 22 Jun 2009 14:44:43 +0000 (14:44 +0000)
Fixes ghci loading gmp on Windows

rts/Linker.c

index b075128..71d2a8e 100644 (file)
@@ -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)                             \