[project @ 2004-01-14 14:19:41 by ross]
[haskell-directory.git] / System / IO.hs
index d189ac1..460c2bb 100644 (file)
@@ -93,7 +93,7 @@ module System.IO (
 
     -- ** Terminal operations
 
-#if !defined(__HUGS__) && !defined(__NHC__)
+#if !defined(__NHC__)
     hIsTerminalDevice,         -- :: Handle -> IO Bool
 
     hSetEcho,                  -- :: Handle -> Bool -> IO ()