[project @ 2003-09-21 13:09:12 by igloo]
[ghc-hetmet.git] / ghc / compiler / nativeGen / MachCode.lhs
index 9bc37fc..b810575 100644 (file)
@@ -41,7 +41,7 @@ import Stix           ( getNatLabelNCG, StixStmt(..), StixExpr(..),
                           NatM, thenNat, returnNat, mapNat, 
                           mapAndUnzipNat, mapAccumLNat,
                           getDeltaNat, setDeltaNat, getUniqueNat,
-                         IF_OS_darwin(addImportNat COMMA,)
+                         IF_ARCH_powerpc(addImportNat COMMA,)
                           ncgPrimopMoan,
                          ncg_target_is_32bit
                        )