From dcdc09987d65e773d72a7a131421a297eb347d80 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 20 Mar 1999 17:33:07 +0000 Subject: [PATCH] [project @ 1999-03-20 17:33:07 by sof] cpp wibble --- ghc/rts/Schedule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index ffad52f..165b61f 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.18 1999/03/17 13:19:24 simonm Exp $ + * $Id: Schedule.c,v 1.19 1999/03/20 17:33:07 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -515,7 +515,7 @@ threadStackOverflow(StgTSO *tso) StgTSO *dest; if (tso->stack_size >= tso->max_stack_size) { -#ifdef 0 +#if 0 /* If we're debugging, just print out the top of the stack */ printStackChunk(tso->sp, stg_min(tso->stack+tso->stack_size, tso->sp+64)); -- 1.7.10.4