X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FBlock.h;h=bf21ba38a159665056abe8e2ff6fe21496bb94fe;hb=afd100658c3a97890e7d40cb63da91595508963b;hp=f6a695c366abd0160c134c706229e055395619ce;hpb=30681e796f707fa109aaf756d4586049f595195d;p=ghc-hetmet.git diff --git a/ghc/includes/Block.h b/ghc/includes/Block.h index f6a695c..bf21ba3 100644 --- a/ghc/includes/Block.h +++ b/ghc/includes/Block.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Block.h,v 1.6 1999/11/09 15:47:07 simonmar Exp $ + * $Id: Block.h,v 1.7 2000/04/05 14:26:31 panne Exp $ * * (c) The GHC Team, 1998-1999 * @@ -110,4 +110,4 @@ static inline bdescr *Bdescr(StgPtr p) #define BLOCKS_TO_MBLOCKS(n) \ (1 + (W_)MBLOCK_ROUND_UP((n-BLOCKS_PER_MBLOCK) * BLOCK_SIZE) / MBLOCK_SIZE) -#endif BLOCK_H +#endif /* BLOCK_H */