X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FBlock.h;fp=ghc%2Fincludes%2FBlock.h;h=f07d4e7bac1c8014f33a9df926b47e9354765d16;hb=76ebf3dcb916a1116302896090059c9c32ab5c6a;hp=867a73c448dddf066d69cca9f7376650508f92ce;hpb=69373e1efb0acf58d793c2fd8d3416decbd1a571;p=ghc-hetmet.git diff --git a/ghc/includes/Block.h b/ghc/includes/Block.h index 867a73c..f07d4e7 100644 --- a/ghc/includes/Block.h +++ b/ghc/includes/Block.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Block.h,v 1.13 2003/03/28 15:13:52 sof Exp $ + * $Id: Block.h,v 1.14 2003/09/23 15:38:35 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -78,6 +78,7 @@ typedef struct _bdescr { #define BF_EVACUATED 1 #define BF_LARGE 2 +#define BF_PINNED 4 /* Finding the block descriptor for a given block -------------------------- */