[project @ 2004-02-20 17:46:38 by panne]
authorpanne <unknown>
Fri, 20 Feb 2004 17:46:38 +0000 (17:46 +0000)
committerpanne <unknown>
Fri, 20 Feb 2004 17:46:38 +0000 (17:46 +0000)
Hugs has hSetBinaryMode, hPutBuf, and hGetBuf now.

System/IO.hs

index 460c2bb..877623a 100644 (file)
@@ -143,12 +143,11 @@ module System.IO (
 
 #if !defined(__NHC__)
     openBinaryFile,           -- :: FilePath -> IOMode -> IO Handle
-#endif
-
-#if !defined(__HUGS__) && !defined(__NHC__)
     hSetBinaryMode,           -- :: Handle -> Bool -> IO ()
     hPutBuf,                  -- :: Handle -> Ptr a -> Int -> IO ()
     hGetBuf,                  -- :: Handle -> Ptr a -> Int -> IO Int
+#endif
+#if !defined(__NHC__) && !defined(__HUGS__)
     hPutBufNonBlocking,               -- :: Handle -> Ptr a -> Int -> IO Int
     hGetBufNonBlocking,               -- :: Handle -> Ptr a -> Int -> IO Int
 #endif