[project @ 2001-07-09 16:30:50 by sof]
[ghc-hetmet.git] / ghc / lib / std / cbits / inputReady.c
index 00b2d92..5ab2991 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
  *
- * $Id: inputReady.c,v 1.7 2001/05/18 16:54:06 simonmar Exp $
+ * $Id: inputReady.c,v 1.8 2001/07/09 16:30:50 sof Exp $
  *
  * hReady Runtime Support
  */
@@ -21,8 +21,8 @@
 int
 inputReady(int fd, int msecs)
 {
-    int maxfd, ready;
 #ifndef mingw32_TARGET_OS
+    int maxfd, ready;
     fd_set rfd;
     struct timeval tv;
 #endif