[project @ 2003-07-02 19:41:20 by ross]
authorross <unknown>
Wed, 2 Jul 2003 19:41:43 +0000 (19:41 +0000)
committerross <unknown>
Wed, 2 Jul 2003 19:41:43 +0000 (19:41 +0000)
import fix

ghc/compiler/codeGen/CgBindery.lhs
ghc/compiler/ghci/InteractiveUI.hs

index 15a50fd..b195b5c 100644 (file)
@@ -45,9 +45,7 @@ import VarSet         ( varSetElems )
 import Literal         ( Literal )
 import Maybes          ( catMaybes, maybeToBool, seqMaybe )
 import Name            ( isInternalName, NamedThing(..) )
-#ifdef DEBUG
 import PprAbsC         ( pprAmode, pprMagicId )
-#endif
 import PrimRep          ( PrimRep(..) )
 import StgSyn          ( StgArg, StgLiveVars, GenStgArg(..), isStgTypeArg )
 import Unique           ( Unique, Uniquable(..) )
index d8f291c..f74285c 100644 (file)
@@ -1,6 +1,6 @@
 {-# OPTIONS -#include "Linker.h" #-}
 -----------------------------------------------------------------------------
--- $Id: InteractiveUI.hs,v 1.155 2003/07/02 14:59:07 simonpj Exp $
+-- $Id: InteractiveUI.hs,v 1.156 2003/07/02 19:41:43 ross Exp $
 --
 -- GHC Interactive User Interface
 --
@@ -45,8 +45,8 @@ import Panic          hiding ( showException )
 import Config
 
 #ifndef mingw32_HOST_OS
-import System.Posix
 import DriverUtil( handle )
+import System.Posix
 #if __GLASGOW_HASKELL__ > 504
        hiding (getEnv)
 #endif