From: sof Date: Wed, 18 Jul 2001 19:32:15 +0000 (+0000) Subject: [project @ 2001-07-18 19:32:15 by sof] X-Git-Tag: Approximately_9120_patches~1514 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=07446263c48e0574565e940ad59f1debd6790137;p=ghc-hetmet.git [project @ 2001-07-18 19:32:15 by sof] Restrict ghc-4.xx breakage to mingw only; not an issue for other plats --- diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index 9c1465f..f3c415c 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -65,8 +65,8 @@ import Addr import qualified Posix #else import List ( isPrefixOf ) -#endif import MarshalArray +#endif #include "HsVersions.h"