diff options
author | simonmar <unknown> | 1999-11-23 14:38:22 +0000 |
---|---|---|
committer | simonmar <unknown> | 1999-11-23 14:38:22 +0000 |
commit | f47b51fbb35c0803d6242a34f64747979db508d6 (patch) | |
tree | 8fb3a05f09bf93ea0881d4f33cdb61be11470b18 | |
parent | a4e2cc7721b8da806b8bbd6981e0b3ab76e43faa (diff) | |
download | haskell-f47b51fbb35c0803d6242a34f64747979db508d6.tar.gz |
[project @ 1999-11-23 14:38:22 by simonmar]
oops, committed wrong file
-rw-r--r-- | ghc/lib/std/cbits/fileObject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/lib/std/cbits/fileObject.h b/ghc/lib/std/cbits/fileObject.h index b0a31007a4..e8d1974c76 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) |