[project @ 1997-10-23 18:26:26 by sof]
authorsof <unknown>
Thu, 23 Oct 1997 18:26:26 +0000 (18:26 +0000)
committersof <unknown>
Thu, 23 Oct 1997 18:26:26 +0000 (18:26 +0000)
One square bracket too many

ghc/compiler/codeGen/CodeGen.lhs

index bd164e7..7f15145 100644 (file)
@@ -83,7 +83,7 @@ codeGen mod_name (local_CCs, extern_CCs) import_names gen_tycons tycon_specs stg
        mkAbstractCs [
                mkAbstractCs [mkAbstractCs (map (CCostCentreDecl True)  local_CCs),
                                   mkAbstractCs (map (CCostCentreDecl False) extern_CCs),
-                                  mkCcRegister local_CCs import_names]],
+                                  mkCcRegister local_CCs import_names],
                genStaticConBits cinfo gen_tycons tycon_specs,
                initC cinfo (cgTopBindings maybe_split stg_pgm) ]
   where