X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMBlock.h;h=d3214c8311a022778950ec688d7ed42fed984895;hb=d3d69395401d3e7be7a8794e0b6850e608a30a24;hp=ba8eb2b5a6a90c4d044b925b61134d7e7c7a3fdc;hpb=03dc2dd3dd814ad85cc4c45e9cafc7b73163c8be;p=ghc-hetmet.git diff --git a/ghc/rts/MBlock.h b/ghc/rts/MBlock.h index ba8eb2b..d3214c8 100644 --- a/ghc/rts/MBlock.h +++ b/ghc/rts/MBlock.h @@ -1,13 +1,13 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 1998-1999 + * (c) The GHC Team, 1998-2005 * * MegaBlock Allocator interface. * * ---------------------------------------------------------------------------*/ -#ifndef __MBLOCK_H__ -#define __MBLOCK_H__ +#ifndef MBLOCK_H +#define MBLOCK_H extern lnat RTS_VAR(mblocks_allocated); @@ -86,4 +86,4 @@ StgBool slowIsHeapAlloced(void *p); # error HEAP_ALLOCED not defined #endif -#endif /* __MBLOCK_H__ */ +#endif /* MBLOCK_H */