aboutsummaryrefslogtreecommitdiff
path: root/libio/streambuf.h
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1997-09-06 03:44:38 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1997-09-06 03:44:38 -0400
commitdbfcb4beace35e1426c1ce1e9bf2f20c7d5a0f56 (patch)
tree82e1a9aef1a37d3e21b8f1d0fe3a9435ad5a2f53 /libio/streambuf.h
parent1496c1bb0be5c2981f056fa169cf1c199f50a38a (diff)
downloadgcc-dbfcb4beace35e1426c1ce1e9bf2f20c7d5a0f56.zip
gcc-dbfcb4beace35e1426c1ce1e9bf2f20c7d5a0f56.tar.gz
gcc-dbfcb4beace35e1426c1ce1e9bf2f20c7d5a0f56.tar.bz2
Insert libio rewrite and its various changes from devo.
From-SVN: r15129
Diffstat (limited to 'libio/streambuf.h')
-rw-r--r--libio/streambuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/streambuf.h b/libio/streambuf.h
index ea9a547..a492f63 100644
--- a/libio/streambuf.h
+++ b/libio/streambuf.h
@@ -138,7 +138,7 @@ class ios : public _ios_fields {
bin = _IOS_BIN, // Deprecated - ANSI uses ios::binary.
binary = _IOS_BIN };
enum seek_dir { beg, cur, end};
- // ANSI: typedef enum seek_dir seekdir; etc
+ typedef enum seek_dir seekdir;
// NOTE: If adding flags here, before to update ios::bitalloc().
enum { skipws=_IO_SKIPWS,
left=_IO_LEFT, right=_IO_RIGHT, internal=_IO_INTERNAL,