[project @ 1999-11-23 14:38:22 by simonmar]
authorsimonmar <unknown>
Tue, 23 Nov 1999 14:38:22 +0000 (14:38 +0000)
committersimonmar <unknown>
Tue, 23 Nov 1999 14:38:22 +0000 (14:38 +0000)
oops, committed wrong file

ghc/lib/std/cbits/fileObject.h

index b0a3100..e8d1974 100644 (file)
@@ -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)