diff options
Diffstat (limited to 'rts/RtsSymbols.c')
-rw-r--r-- | rts/RtsSymbols.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c index dee6c57f5e..d5ed5bb543 100644 --- a/rts/RtsSymbols.c +++ b/rts/RtsSymbols.c @@ -930,7 +930,6 @@ extern char **environ; RTS_USER_SIGNALS_SYMBOLS \ RTS_INTCHAR_SYMBOLS - // 64-bit support functions in libgcc.a #if defined(__GNUC__) && SIZEOF_VOID_P <= 4 && !defined(_ABIN32) #define RTS_LIBGCC_SYMBOLS \ |