aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-11-13 15:28:50 +0000
committerEli Zaretskii <eliz@gnu.org>2004-11-13 15:28:50 +0000
commita880ad57a787f4a70c0cd650e538e7e02636cd06 (patch)
tree3f2e55efca2e2729fb8e27e803aa22711ca499c8 /gdb/defs.h
parentee06dc0791b85c6931865f762397356279676c94 (diff)
downloadfsf-binutils-gdb-a880ad57a787f4a70c0cd650e538e7e02636cd06.zip
fsf-binutils-gdb-a880ad57a787f4a70c0cd650e538e7e02636cd06.tar.gz
fsf-binutils-gdb-a880ad57a787f4a70c0cd650e538e7e02636cd06.tar.bz2
* defs.h: Fix wording of the comment before FOPEN_RB.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 7a38363..1d81ee6 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -797,11 +797,11 @@ typedef struct ptid ptid_t;
#endif
/* Assume that fopen accepts the letter "b" in the mode string.
- Support for is demanded by ISO C90, and should be supported on all
- platforms that claim to have a standards conforming C library. On
+ It is demanded by ISO C9X, and should be supported on all
+ platforms that claim to have a standard-conforming C library. On
true POSIX systems it will be ignored and have no effect. There
- may still be systems without a standards conforming C library where
- an ISO C90 compiler (GCC) is available. Known examples are SunOS
+ may still be systems without a standard-conforming C library where
+ an ISO C9X compiler (GCC) is available. Known examples are SunOS
4.x and 4.3BSD. This assumption means these systems are no longer
supported. */
#ifndef FOPEN_RB