From: simonpj Date: Mon, 8 Jul 2002 14:38:26 +0000 (+0000) Subject: [project @ 2002-07-08 14:38:26 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1879 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=df246f09eb5c781b7647d7ff37e94ffa6c377a9a;p=ghc-hetmet.git [project @ 2002-07-08 14:38:26 by simonpj] Remove duplicate line in Linker.c *** MERGE TO STABLE BRANCH *** --- diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 9ccd9a6..5c0ea52 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) \