X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2Frts%2Fstorage%2FMBlock.h;fp=rts%2Fsm%2FMBlock.h;h=03396c1fd7e776f8d27f5b6d63131e10b226a69e;hp=f9dddc3138d190461f146bd9619b20263da99e22;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hpb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78 diff --git a/rts/sm/MBlock.h b/includes/rts/storage/MBlock.h similarity index 98% rename from rts/sm/MBlock.h rename to includes/rts/storage/MBlock.h index f9dddc3..03396c1 100644 --- a/rts/sm/MBlock.h +++ b/includes/rts/storage/MBlock.h @@ -9,12 +9,10 @@ * * ---------------------------------------------------------------------------*/ -#ifndef MBLOCK_H -#define MBLOCK_H +#ifndef RTS_STORAGE_MBLOCK_H +#define RTS_STORAGE_MBLOCK_H -#include "GC.h" - -extern lnat RTS_VAR(mblocks_allocated); +extern lnat mblocks_allocated; extern void initMBlocks(void); extern void * getMBlock(void); @@ -205,4 +203,4 @@ StgBool HEAP_ALLOCED_GC(void *p) # error HEAP_ALLOCED not defined #endif -#endif /* MBLOCK_H */ +#endif /* RTS_STORAGE_MBLOCK_H */