[project @ 1997-10-19 22:16:16 by sof]
[ghc-hetmet.git] / ghc / compiler / nativeGen / AsmCodeGen.lhs
index d57f34b..d592676 100644 (file)
@@ -11,11 +11,7 @@ IMP_Ubiq(){-uitous-}
 IMPORT_1_3(IO(Handle))
 
 import MachMisc
-#if __GLASGOW_HASKELL__ >= 202
-import MachRegs         hiding (Addr)
-#else
 import MachRegs
-#endif
 import MachCode
 import PprMach