[project @ 2002-08-08 06:25:05 by ross]
authorross <unknown>
Thu, 8 Aug 2002 06:25:05 +0000 (06:25 +0000)
committerross <unknown>
Thu, 8 Aug 2002 06:25:05 +0000 (06:25 +0000)
Add hTell to Hugs.

System/IO.hs

index e25d422..1226fcc 100644 (file)
@@ -35,9 +35,7 @@ module System.IO (
     hGetPosn,                 -- :: Handle -> IO HandlePosn
     hSetPosn,                 -- :: HandlePosn -> IO ()
     hSeek,                    -- :: Handle -> SeekMode -> Integer -> IO ()
-#ifndef __HUGS__
     hTell,                    -- :: Handle -> IO Integer
-#endif
     hWaitForInput,            -- :: Handle -> Int -> IO Bool
     hReady,                   -- :: Handle -> IO Bool
     hGetChar,                 -- :: Handle -> IO Char