]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ctype_base.h: Update comments about other BSD variants.
authorRichard Earnshaw <rearnsha@arm.com>
Tue, 5 Dec 2000 14:09:53 +0000 (14:09 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Tue, 5 Dec 2000 14:09:53 +0000 (14:09 +0000)
* config/os/freebsd/bits/ctype_base.h: Update comments about other
BSD variants.

From-SVN: r38037

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/freebsd/bits/ctype_base.h

index a70b982b55a0ac86cb80b56765a87c22c1c69728..5c0100959d338aea30b96efb1934222ab4f19176 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 145321f5fee4b175d17dc0915c0beb5e632361d5..ea97e91a781c7a7da881635f8cff20006480d04f 100644 (file)
@@ -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,