From: simonmar Date: Tue, 7 Aug 2001 10:37:04 +0000 (+0000) Subject: [project @ 2001-08-07 10:37:04 by simonmar] X-Git-Tag: Approximately_9120_patches~1341 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8bca021a47df74bd93aff54f81b9eb73f363395c;p=ghc-hetmet.git [project @ 2001-08-07 10:37:04 by simonmar] (forced commit, the last one had the wrong message) Make RTS flags given on the command line override those from the GHCRTS environment variable. --- diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index 0554016..5f6244e 100644 --- a/ghc/rts/RtsFlags.c +++ b/ghc/rts/RtsFlags.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.c,v 1.44 2001/08/07 10:11:05 simonmar Exp $ + * $Id: RtsFlags.c,v 1.45 2001/08/07 10:37:04 simonmar Exp $ * * (c) The AQUA Project, Glasgow University, 1994-1997 * (c) The GHC Team, 1998-1999