home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.5/libio/streambu.h Sat Nov 13 18:51:08 1993
- --- src/libgplus.5/libio/streambu.h Sat Nov 13 18:54:10 1993
- ***************
- *** 100,106 ****
- #define _IO_TRUNC 16
- #define _IO_NOCREATE 32
- #define _IO_NOREPLACE 64
- ! #define _IO_BIN 128
-
- #ifdef _STREAM_COMPAT
- enum state_value {
- --- 100,107 ----
- #define _IO_TRUNC 16
- #define _IO_NOCREATE 32
- #define _IO_NOREPLACE 64
- ! #define _IO_BINARY 128
- ! #define _IO_TEXT 256
-
- #ifdef _STREAM_COMPAT
- enum state_value {
- ***************
- *** 134,140 ****
- trunc = _IO_TRUNC,
- nocreate = _IO_NOCREATE,
- noreplace = _IO_NOREPLACE,
- ! bin = _IOS_BIN };
- enum seek_dir { beg, cur, end};
- // ANSI: typedef enum seek_dir seekdir; etc
- // NOTE: If adding flags here, before to update ios::bitalloc().
- --- 135,142 ----
- trunc = _IO_TRUNC,
- nocreate = _IO_NOCREATE,
- noreplace = _IO_NOREPLACE,
- ! binary = _IO_BINARY,
- ! text = _IO_TEXT };
- enum seek_dir { beg, cur, end};
- // ANSI: typedef enum seek_dir seekdir; etc
- // NOTE: If adding flags here, before to update ios::bitalloc().
-