From: simonmar Date: Mon, 30 Jul 2001 09:47:13 +0000 (+0000) Subject: [project @ 2001-07-30 09:47:13 by simonmar] X-Git-Tag: Approximately_9120_patches~1398 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a48967de2c4240997a81c23f21cbfc22f8c7a0f6;p=ghc-hetmet.git [project @ 2001-07-30 09:47:13 by simonmar] tiny layout wibble --- diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 6411b10..fa26c03 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.98 2001/07/24 06:31:36 ken Exp $ + * $Id: Schedule.c,v 1.99 2001/07/30 09:47:13 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -2092,7 +2092,8 @@ take_off_run_queue(StgTSO *tso) { KH @ 25/10/99 */ -static void GetRoots(evac_fn evac) +static void +GetRoots(evac_fn evac) { StgMainThread *m;