From 8bca021a47df74bd93aff54f81b9eb73f363395c Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 7 Aug 2001 10:37:04 +0000 Subject: [PATCH] [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. --- ghc/rts/RtsFlags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4