From f47b51fbb35c0803d6242a34f64747979db508d6 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 23 Nov 1999 14:38:22 +0000 Subject: [PATCH] [project @ 1999-11-23 14:38:22 by simonmar] oops, committed wrong file --- ghc/lib/std/cbits/fileObject.h | 1 - 1 file changed, 1 deletion(-) 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) -- 1.7.10.4