FastMutInt - make #endif be inside \{code} to match #ifdef
[ghc-hetmet.git] / compiler / utils / FastMutInt.lhs
index 3c2a199..2bdec9b 100644 (file)
@@ -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}