From: Isaac Dupree Date: Sat, 19 May 2007 19:50:29 +0000 (+0000) Subject: FastMutInt - make #endif be inside \{code} to match #ifdef X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=44d98754947d73e7e137043cbf3080f80a6abe2d;p=ghc-hetmet.git FastMutInt - make #endif be inside \{code} to match #ifdef --- 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}