From: simonmar Date: Fri, 24 Mar 2000 10:43:33 +0000 (+0000) Subject: [project @ 2000-03-24 10:43:33 by simonmar] X-Git-Tag: Approximately_9120_patches~4910 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=de1282e8fe24287db96edbc3e7fa391edb6ecd09;p=ghc-hetmet.git [project @ 2000-03-24 10:43:33 by simonmar] fix parse error --- diff --git a/ghc/compiler/nativeGen/AbsCStixGen.lhs b/ghc/compiler/nativeGen/AbsCStixGen.lhs index 5a73c8f..e5aa5f6 100644 --- a/ghc/compiler/nativeGen/AbsCStixGen.lhs +++ b/ghc/compiler/nativeGen/AbsCStixGen.lhs @@ -23,7 +23,7 @@ import SMRep ( fixedItblSize, ) import Constants ( mIN_UPD_SIZE ) import CLabel ( CLabel, mkReturnInfoLabel, mkReturnPtLabel, - mkClosureTblLabel, mkClosureLabel + mkClosureTblLabel, mkClosureLabel, moduleRegdLabel ) import ClosureInfo ( infoTableLabelFromCI, entryLabelFromCI, fastLabelFromCI, closureUpdReqd,