X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMBlock.h;h=d3214c8311a022778950ec688d7ed42fed984895;hb=03a9ff01812afc81eb5236fd3063cbec44cf469e;hp=ba8eb2b5a6a90c4d044b925b61134d7e7c7a3fdc;hpb=63e8af080a7e779a48e812e6caa9ea519b046260;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 */