From: simonmar Date: Tue, 5 Apr 2005 21:27:54 +0000 (+0000) Subject: [project @ 2005-04-05 21:27:54 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~795 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=874462ccecdea3d9df442c157aefa34cba0f9718;p=ghc-hetmet.git [project @ 2005-04-05 21:27:54 by simonmar] wibble --- diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index 33b0398..330f40f 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -360,7 +360,7 @@ main(int argc, char *argv[]) struct_field(StgFunInfoExtraFwd, slow_apply); struct_field(StgFunInfoExtraFwd, fun_type); struct_field(StgFunInfoExtraFwd, arity); - struct_field(StgFunInfoExtraFwd, b.bitmap); + struct_field_("StgFunInfoExtraFwd_bitmap", StgFunInfoExtraFwd, b.bitmap); struct_size(StgFunInfoExtraRev); struct_field(StgFunInfoExtraRev, slow_apply_offset);