diff options
author | simonpj <unknown> | 2002-07-08 14:38:26 +0000 |
---|---|---|
committer | simonpj <unknown> | 2002-07-08 14:38:26 +0000 |
commit | df246f09eb5c781b7647d7ff37e94ffa6c377a9a (patch) | |
tree | a45f6ef0523e9638e9b526650c98f2e4747c07ac /ghc | |
parent | ffbf511e93c59cc98fa5adc65ef31d15281a7a1c (diff) | |
download | haskell-df246f09eb5c781b7647d7ff37e94ffa6c377a9a.tar.gz |
[project @ 2002-07-08 14:38:26 by simonpj]
Remove duplicate line in Linker.c
*** MERGE TO STABLE BRANCH ***
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/rts/Linker.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 9ccd9a6802..5c0ea52906 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.97 2002/07/02 10:22:13 wolfgang Exp $ + * $Id: Linker.c,v 1.98 2002/07/08 14:38:26 simonpj Exp $ * * (c) The GHC Team, 2000, 2001 * @@ -210,7 +210,6 @@ typedef struct _RtsSymbolVal { executable, so we have to employ this hack. */ #define RTS_MINGW_ONLY_SYMBOLS \ SymX(memset) \ - SymX(memset) \ SymX(inet_ntoa) \ SymX(inet_addr) \ SymX(htonl) \ |