From de1282e8fe24287db96edbc3e7fa391edb6ecd09 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 24 Mar 2000 10:43:33 +0000 Subject: [PATCH] [project @ 2000-03-24 10:43:33 by simonmar] fix parse error --- ghc/compiler/nativeGen/AbsCStixGen.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4