From d04199cbff9190eb1cb46c9d84cf0bd1add90ec1 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 21 Dec 2004 12:11:37 +0000 Subject: [PATCH] [project @ 2004-12-21 12:11:37 by simonpj] Comments --- ghc/compiler/iface/LoadIface.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/compiler/iface/LoadIface.lhs b/ghc/compiler/iface/LoadIface.lhs index 579c09d..ef52bdb 100644 --- a/ghc/compiler/iface/LoadIface.lhs +++ b/ghc/compiler/iface/LoadIface.lhs @@ -126,7 +126,7 @@ loadHiBootInterface Just (mod_nm, True) -> -- There's a hi-boot interface below us - do { -- Load it (into the PTE, and return the exported names + do { -- Load it (into the PTE), and return the exported names iface <- loadSrcInterface (mk_doc mod_nm) mod_nm True ; sequenceM [ lookupOrig mod_nm occ | (mod,avails) <- mi_exports iface, @@ -331,7 +331,6 @@ loadDecl ignore_prags mod (_version, decl) -- mk_new_bndr allocates in the name cache the final canonical -- name for the thing, with the correct - -- * package info -- * parent -- * location -- imported name, to fix the module correctly in the cache -- 1.7.10.4