From 44d98754947d73e7e137043cbf3080f80a6abe2d Mon Sep 17 00:00:00 2001 From: Isaac Dupree Date: Sat, 19 May 2007 19:50:29 +0000 Subject: [PATCH] FastMutInt - make #endif be inside \{code} to match #ifdef --- compiler/utils/FastMutInt.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index 3c2a199..2bdec9b 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -40,6 +40,6 @@ writeFastMutInt :: FastMutInt -> Int -> IO () writeFastMutInt (FastMutInt arr) (I# i) = IO $ \s -> case writeIntArray# arr 0# i s of { s -> (# s, () #) } -\end{code} #endif +\end{code} -- 1.7.10.4