cvs commit: fptools/ghc/compiler/compMan CmLink.lhs fptools/ghc/compiler/ghci ByteCodeLink.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Mon, 26 Feb 2001 08:42:49 -0800


simonmar    2001/02/26 08:42:49 PST

  Modified files:
    ghc/compiler/compMan CmLink.lhs 
    ghc/compiler/ghci    ByteCodeLink.lhs 
  Log:
  Unload temporary bindings from the ClosureEnv properly at cmLoadModule time.
  
  Revision  Changes    Path
  1.33      +1 -0      fptools/ghc/compiler/compMan/CmLink.lhs
  1.12      +5 -2      fptools/ghc/compiler/ghci/ByteCodeLink.lhs