From d410f90dde7f2cb3ed0a0a1778e79209375b922a Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 13 Oct 1999 10:43:15 +0000 Subject: [PATCH] [project @ 1999-10-13 10:43:15 by simonmar] typo --- ghc/compiler/utils/PrimPacked.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/utils/PrimPacked.lhs b/ghc/compiler/utils/PrimPacked.lhs index fe01b0b..96c17f1 100644 --- a/ghc/compiler/utils/PrimPacked.lhs +++ b/ghc/compiler/utils/PrimPacked.lhs @@ -185,7 +185,7 @@ new_ps_array size = ST $ \ s -> #if __GLASGOW_HASKELL__ < 400 case (newCharArray# size s) of { StateAndMutableByteArray# s2# barr# -> STret s2# (MutableByteArray bot barr#) } -#elsif __GLASGOW_HASKELL__ < 405 +#elif __GLASGOW_HASKELL__ < 405 case (newCharArray# size s) of { (# s2#, barr# #) -> (# s2#, MutableByteArray bot barr# #) } #else -- 1.7.10.4