X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMBlock.h;h=64fd459b912970050aa57919b9e7b2e0035d949a;hb=423d477bfecd490de1449c59325c8776f91d7aac;hp=f58c214f87d701fbbe5790b0c20465a2d8cc686c;hpb=553e90d9a32ee1b1809430f260c401cc4169c6c7;p=ghc-hetmet.git diff --git a/ghc/rts/MBlock.h b/ghc/rts/MBlock.h index f58c214..64fd459 100644 --- a/ghc/rts/MBlock.h +++ b/ghc/rts/MBlock.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.h,v 1.19 2003/09/21 13:26:05 igloo Exp $ + * $Id: MBlock.h,v 1.20 2004/08/13 13:10:10 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -9,7 +9,8 @@ #ifndef __MBLOCK_H__ #define __MBLOCK_H__ -extern lnat mblocks_allocated; + +extern lnat RTS_VAR(mblocks_allocated); extern void * getMBlock(void); extern void * getMBlocks(nat n);