From: simonpj Date: Mon, 17 Dec 2001 09:30:07 +0000 (+0000) Subject: [project @ 2001-12-17 09:30:07 by simonpj] X-Git-Tag: Approximately_9120_patches~380 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=02b476c45a103751687a8d87723ac955f6b460a0;p=ghc-hetmet.git [project @ 2001-12-17 09:30:07 by simonpj] Fix ifdefery bracketing bug on Win32 --- diff --git a/ghc/lib/std/cbits/inputReady.c b/ghc/lib/std/cbits/inputReady.c index f4304b6..6014d67 100644 --- a/ghc/lib/std/cbits/inputReady.c +++ b/ghc/lib/std/cbits/inputReady.c @@ -61,6 +61,5 @@ inputReady(int fd, int msecs, int isSock) case WAIT_OBJECT_0: return 1; default: return -1; } - } #endif }}