X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMBlock.h;h=52467e5b78c80f4a2b86e788ba044830259bf541;hb=2948d495129c7d4d2067d4609fc8bf392a019d82;hp=1615f7048cb2bc667b06a674320f35cdb6bc10a6;hpb=7f309f1c021e7583f724cce599ce2dd3c439361b;p=ghc-hetmet.git diff --git a/ghc/rts/MBlock.h b/ghc/rts/MBlock.h index 1615f70..52467e5 100644 --- a/ghc/rts/MBlock.h +++ b/ghc/rts/MBlock.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: MBlock.h,v 1.4 1999/02/05 16:02:45 simonm Exp $ + * $Id: MBlock.h,v 1.5 1999/03/03 19:04:57 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -9,5 +9,9 @@ extern lnat mblocks_allocated; +#ifdef HAVE_WIN32_DLL_SUPPORT +extern int is_heap_alloced(const void* p); +#endif + extern void * getMBlock(void); extern void * getMBlocks(nat n);