From e57a1f2730d1b43c5e2c739ca7e96f6e94e9a6d7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 5 Apr 2005 14:31:17 +0000 Subject: [PATCH] [project @ 2005-04-05 14:31:17 by simonmar] wibble --- ghc/includes/mkDerivedConstants.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index bea1055..d5b8fe1 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -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); -- 1.7.10.4