From 26e23c6a3cba33b4e8846bf92e406974ab87a81a Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 3 May 2001 16:33:27 +0000 Subject: [PATCH] [project @ 2001-05-03 16:32:55 by simonmar] silence gcc 2.96 warning --- ghc/rts/BlockAlloc.h | 4 ++-- ghc/rts/Storage.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghc/rts/BlockAlloc.h b/ghc/rts/BlockAlloc.h index bb6e63f..504e954 100644 --- a/ghc/rts/BlockAlloc.h +++ b/ghc/rts/BlockAlloc.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: BlockAlloc.h,v 1.8 1999/11/09 15:46:49 simonmar Exp $ + * $Id: BlockAlloc.h,v 1.9 2001/05/03 16:32:55 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -48,4 +48,4 @@ extern void checkFreeListSanity(void); nat countFreeList(void); #endif -#endif BLOCK_ALLOC_H +#endif /* BLOCK_ALLOC_H */ diff --git a/ghc/rts/Storage.h b/ghc/rts/Storage.h index f446c0a..6bd9be2 100644 --- a/ghc/rts/Storage.h +++ b/ghc/rts/Storage.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Storage.h,v 1.31 2001/03/02 16:15:53 simonmar Exp $ + * $Id: Storage.h,v 1.32 2001/05/03 16:33:27 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -254,7 +254,7 @@ updateWithPermIndirection(const StgInfoTable *info, StgClosure *p1, StgClosure * #if defined(DEBUG) void printMutOnceList(generation *gen); void printMutableList(generation *gen); -#endif DEBUG +#endif /* DEBUG */ /* -------------------------------------------------------------------------- Address space layout macros @@ -535,5 +535,5 @@ static __inline__ StgOffset mut_arr_ptrs_sizeW( StgMutArrPtrs* x ) static __inline__ StgWord tso_sizeW ( StgTSO *tso ) { return TSO_STRUCT_SIZEW + tso->stack_size; } -#endif STORAGE_H +#endif /* STORAGE_H */ -- 1.7.10.4