From 8553e5589eca152b30923388e722080a9766d31f Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 7 Aug 2001 10:49:49 +0000 Subject: [PATCH] [project @ 2001-08-07 10:49:49 by simonmar] (forced commit) Note that the previous commit also fixed the bug reported by Ken Shan yesterday, namely that the conc004.hs test was failing. --- ghc/rts/GC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/GC.c b/ghc/rts/GC.c index 2712dba..c6f5853 100644 --- a/ghc/rts/GC.c +++ b/ghc/rts/GC.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: GC.c,v 1.114 2001/08/07 09:20:52 simonmar Exp $ + * $Id: GC.c,v 1.115 2001/08/07 10:49:49 simonmar Exp $ * * (c) The GHC Team 1998-1999 * -- 1.7.10.4