From: simonmar Date: Tue, 23 Nov 1999 14:38:22 +0000 (+0000) Subject: [project @ 1999-11-23 14:38:22 by simonmar] X-Git-Tag: Approximately_9120_patches~5508 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f47b51fbb35c0803d6242a34f64747979db508d6;p=ghc-hetmet.git [project @ 1999-11-23 14:38:22 by simonmar] oops, committed wrong file --- diff --git a/ghc/lib/std/cbits/fileObject.h b/ghc/lib/std/cbits/fileObject.h index b0a3100..e8d1974 100644 --- a/ghc/lib/std/cbits/fileObject.h +++ b/ghc/lib/std/cbits/fileObject.h @@ -66,7 +66,6 @@ typedef struct _IOFileObject { * we need to use separate r/w calls. */ #define FILEOBJ_WINSOCK 1024 -#define FILEOBJ_BINARY 2048 #define FILEOBJ_IS_EOF(x) ((x)->flags & FILEOBJ_EOF) #define FILEOBJ_SET_EOF(x) ((x)->flags |= FILEOBJ_EOF)