From df246f09eb5c781b7647d7ff37e94ffa6c377a9a Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 8 Jul 2002 14:38:26 +0000 Subject: [PATCH] [project @ 2002-07-08 14:38:26 by simonpj] Remove duplicate line in Linker.c *** MERGE TO STABLE BRANCH *** --- ghc/rts/Linker.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) \ -- 1.7.10.4