FastMutInt - make #endif be inside \{code} to match #ifdef
authorIsaac Dupree <id@isaac.cedarswampstudios.org>
Sat, 19 May 2007 19:50:29 +0000 (19:50 +0000)
committerIsaac Dupree <id@isaac.cedarswampstudios.org>
Sat, 19 May 2007 19:50:29 +0000 (19:50 +0000)
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}