From 72a3cc1865b99f1c10991ff2565c1dcb35e94499 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 5 Apr 2005 21:26:11 +0000 Subject: [PATCH] [project @ 2005-04-05 21:26:11 by simonmar] unreg 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 d5b8fe1..33b0398 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, bitmap); + struct_field(StgFunInfoExtraFwd, b.bitmap); struct_size(StgFunInfoExtraRev); struct_field(StgFunInfoExtraRev, slow_apply_offset); -- 1.7.10.4