From: sof Date: Fri, 25 May 2001 18:35:29 +0000 (+0000) Subject: [project @ 2001-05-25 18:35:29 by sof] X-Git-Tag: Approximately_9120_patches~1864 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6438fa3a6973657064be2b5b34dc7f89408f9382;p=ghc-hetmet.git [project @ 2001-05-25 18:35:29 by sof] wibble - silence CPP warning --- diff --git a/ghc/rts/Storage.c b/ghc/rts/Storage.c index c2939d9..20d281a 100644 --- a/ghc/rts/Storage.c +++ b/ghc/rts/Storage.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Storage.c,v 1.37 2001/03/22 03:51:10 hwloidl Exp $ + * $Id: Storage.c,v 1.38 2001/05/25 18:35:29 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -268,7 +268,7 @@ newCAF(StgClosure* caf) newGA=makeGlobal(caf,rtsTrue); /*given full weight*/ ASSERT(newGA); } -#endif PAR +#endif /* PAR */ } /* -----------------------------------------------------------------------------