From 6438fa3a6973657064be2b5b34dc7f89408f9382 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 25 May 2001 18:35:29 +0000 Subject: [PATCH] [project @ 2001-05-25 18:35:29 by sof] wibble - silence CPP warning --- ghc/rts/Storage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ } /* ----------------------------------------------------------------------------- -- 1.7.10.4