X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FBlock.h;fp=ghc%2Fincludes%2FBlock.h;h=b5fc5ae67ef5de0a99767bc2fb5d65f9e21b10e8;hb=693550d93040439ac20d7ab3bfcaee8ca5b7e923;hp=ea2d4bce6cb706b6398053e362817eb3b1d9845b;hpb=11d45138b70631e4556708afa8f8f6912bdb6e6a;p=ghc-hetmet.git diff --git a/ghc/includes/Block.h b/ghc/includes/Block.h index ea2d4bc..b5fc5ae 100644 --- a/ghc/includes/Block.h +++ b/ghc/includes/Block.h @@ -56,7 +56,7 @@ typedef struct bdescr_ { StgWord *bitmap; } u; unsigned int gen_no; /* generation */ - struct _step *step; /* step */ + struct step_ *step; /* step */ StgWord32 blocks; /* no. of blocks (if grp head, 0 otherwise) */ StgWord32 flags; /* block is in to-space */ #if SIZEOF_VOID_P == 8