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

ghc/includes/mkDerivedConstants.c

index bea1055..d5b8fe1 100644 (file)
@@ -366,7 +366,7 @@ main(int argc, char *argv[])
     struct_field(StgFunInfoExtraRev, slow_apply_offset);
     struct_field(StgFunInfoExtraRev, fun_type);
     struct_field(StgFunInfoExtraRev, arity);
-    struct_field(StgFunInfoExtraRev, b.bitmap);
+    struct_field_("StgFunInfoExtraRev_bitmap", StgFunInfoExtraRev, b.bitmap);
 
     struct_field(StgLargeBitmap, size);
     field_offset(StgLargeBitmap, bitmap);