aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2000-12-05 14:09:53 +0000
committerRichard Earnshaw <rearnsha@gcc.gnu.org>2000-12-05 14:09:53 +0000
commitc87e46884b06c70ec55ac0aae1afce3b2671b94b (patch)
treee9f6d64aa1284d62ba308fa9c61837069781eb54 /libstdc++-v3
parent0b971613deb9798ab70fb200a6c1f86caa8d736b (diff)
downloadgcc-c87e46884b06c70ec55ac0aae1afce3b2671b94b.zip
gcc-c87e46884b06c70ec55ac0aae1afce3b2671b94b.tar.gz
gcc-c87e46884b06c70ec55ac0aae1afce3b2671b94b.tar.bz2
ctype_base.h: Update comments about other BSD variants.
* config/os/freebsd/bits/ctype_base.h: Update comments about other BSD variants. From-SVN: r38037
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/config/os/freebsd/bits/ctype_base.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a70b982..5c01009 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
2000-12-05 Richard Earnshaw <rearnsha@arm.com>
+ * config/os/freebsd/bits/ctype_base.h: Update comments about other
+ BSD variants.
+
+2000-12-05 Richard Earnshaw <rearnsha@arm.com>
+
* config/os/freebsd/bits/*.h: Move here from config/os/bsd/bits.
* aclocal.m4: Adjust accordingly.
* configure.target: Likewise.
diff --git a/libstdc++-v3/config/os/freebsd/bits/ctype_base.h b/libstdc++-v3/config/os/freebsd/bits/ctype_base.h
index 145321f..ea97e91 100644
--- a/libstdc++-v3/config/os/freebsd/bits/ctype_base.h
+++ b/libstdc++-v3/config/os/freebsd/bits/ctype_base.h
@@ -34,7 +34,6 @@
// Information as gleaned from /usr/include/ctype.h on FreeBSD 3.4,
// 4.0 and all versions of the CVS managed file at:
// :pserver:anoncvs@anoncvs.freebsd.org:/home/ncvs/src/include/ctype.h
-// which should cover most classic BSD configurations
struct ctype_base
{
@@ -58,7 +57,7 @@
alnum = _CTYPE_A | _CTYPE_D,
graph = _CTYPE_G
#else
- // Other BSD's, including Free BSD 3.4, uses this style of define.
+ // Older versions, including Free BSD 3.4, use this style of define.
space = _S,
print = _R,
cntrl = _C,