summaryrefslogtreecommitdiff
path: root/compiler/utils
diff options
context:
space:
mode:
authorIsaac Dupree <id@isaac.cedarswampstudios.org>2007-05-19 19:50:29 +0000
committerIsaac Dupree <id@isaac.cedarswampstudios.org>2007-05-19 19:50:29 +0000
commit44d98754947d73e7e137043cbf3080f80a6abe2d (patch)
tree32226cbd7d9aa100c323dd876388453c1d9db939 /compiler/utils
parentcd883e2f4dc0c37488441d18ef7b3a9ae9719b55 (diff)
downloadhaskell-44d98754947d73e7e137043cbf3080f80a6abe2d.tar.gz
FastMutInt - make #endif be inside \{code} to match #ifdef
Diffstat (limited to 'compiler/utils')
-rw-r--r--compiler/utils/FastMutInt.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs
index 3c2a199198..2bdec9ba28 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}