From: sof Date: Mon, 25 Aug 1997 21:56:22 +0000 (+0000) Subject: [project @ 1997-08-25 21:56:22 by sof] X-Git-Tag: Approximately_1000_patches_recorded~114 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9d93fd6b22b3144a236ba3c9472da4c1eebff632;p=ghc-hetmet.git [project @ 1997-08-25 21:56:22 by sof] --- diff --git a/ghc/compiler/rename/RnEnv.lhs b/ghc/compiler/rename/RnEnv.lhs index a2534f3..5403354 100644 --- a/ghc/compiler/rename/RnEnv.lhs +++ b/ghc/compiler/rename/RnEnv.lhs @@ -59,7 +59,7 @@ newGlobalName mod occ iface_flavour -- A hit in the cache! Return it, but change the src loc -- of the thing we've found if this is a second definition site -- (that is, if loc /= NoSrcLoc) - Just name -> returnRn name + Just name -> returnRn name -- Miss in the cache, so build a new original name, -- And put it in the cache