[project @ 2002-04-02 13:17:09 by simonmar]
authorsimonmar <unknown>
Tue, 2 Apr 2002 13:17:09 +0000 (13:17 +0000)
committersimonmar <unknown>
Tue, 2 Apr 2002 13:17:09 +0000 (13:17 +0000)
Make this compile with 4.08.

ghc/compiler/utils/FastMutInt.lhs

index bb12422..09b535a 100644 (file)
@@ -25,6 +25,10 @@ import PrelIOBase
 import GHC.Base
 import GHC.IOBase
 #endif
+
+#if __GLASGOW_HASKELL__ < 411
+newByteArray# = newCharArray#
+#endif
 \end{code}
 
 \begin{code}