We no longer need a prototype for __eprintf
authorIan Lynagh <igloo@earth.li>
Wed, 20 Jan 2010 19:50:24 +0000 (19:50 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 20 Jan 2010 19:50:24 +0000 (19:50 +0000)
It looks like it was only needed on OSX, but it has a prototype in
assert.h which now gets #included.

rts/Linker.c

index 91354a3..7e93765 100644 (file)
@@ -977,8 +977,7 @@ typedef struct _RtsSymbolVal {
       SymI_NeedsProto(__muldi3)                               \
       SymI_NeedsProto(__ashldi3)                      \
       SymI_NeedsProto(__ashrdi3)                      \
-      SymI_NeedsProto(__lshrdi3)                      \
-      SymI_NeedsProto(__eprintf)
+      SymI_NeedsProto(__lshrdi3)
 #else
 #define RTS_LIBGCC_SYMBOLS
 #endif