[project @ 2005-04-05 21:27:54 by simonmar]
authorsimonmar <unknown>
Tue, 5 Apr 2005 21:27:54 +0000 (21:27 +0000)
committersimonmar <unknown>
Tue, 5 Apr 2005 21:27:54 +0000 (21:27 +0000)
wibble

ghc/includes/mkDerivedConstants.c

index 33b0398..330f40f 100644 (file)
@@ -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);