diff options
author | Isaac Dupree <id@isaac.cedarswampstudios.org> | 2007-05-19 19:50:29 +0000 |
---|---|---|
committer | Isaac Dupree <id@isaac.cedarswampstudios.org> | 2007-05-19 19:50:29 +0000 |
commit | 44d98754947d73e7e137043cbf3080f80a6abe2d (patch) | |
tree | 32226cbd7d9aa100c323dd876388453c1d9db939 /compiler/utils/FastMutInt.lhs | |
parent | cd883e2f4dc0c37488441d18ef7b3a9ae9719b55 (diff) | |
download | haskell-44d98754947d73e7e137043cbf3080f80a6abe2d.tar.gz |
FastMutInt - make #endif be inside \{code} to match #ifdef
Diffstat (limited to 'compiler/utils/FastMutInt.lhs')
-rw-r--r-- | compiler/utils/FastMutInt.lhs | 2 |
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} |