From: simonmar Date: Tue, 2 Apr 2002 13:17:09 +0000 (+0000) Subject: [project @ 2002-04-02 13:17:09 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2185 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c19b4e6286089cc4c41f336673224c1febba0e2e;hp=e78b0e0e18134acb175af2e656ce22988284af33;p=ghc-hetmet.git [project @ 2002-04-02 13:17:09 by simonmar] Make this compile with 4.08. --- diff --git a/ghc/compiler/utils/FastMutInt.lhs b/ghc/compiler/utils/FastMutInt.lhs index bb12422..09b535a 100644 --- a/ghc/compiler/utils/FastMutInt.lhs +++ b/ghc/compiler/utils/FastMutInt.lhs @@ -25,6 +25,10 @@ import PrelIOBase import GHC.Base import GHC.IOBase #endif + +#if __GLASGOW_HASKELL__ < 411 +newByteArray# = newCharArray# +#endif \end{code} \begin{code}