From: Richard Earnshaw Date: Tue, 5 Dec 2000 14:09:53 +0000 (+0000) Subject: ctype_base.h: Update comments about other BSD variants. X-Git-Tag: prereleases/libstdc++-2.92~2453 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c87e46884b06c70ec55ac0aae1afce3b2671b94b;p=thirdparty%2Fgcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a70b982b55a0..5c0100959d33 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2000-12-05 Richard Earnshaw + + * config/os/freebsd/bits/ctype_base.h: Update comments about other + BSD variants. + 2000-12-05 Richard Earnshaw * config/os/freebsd/bits/*.h: Move here from config/os/bsd/bits. diff --git a/libstdc++-v3/config/os/freebsd/bits/ctype_base.h b/libstdc++-v3/config/os/freebsd/bits/ctype_base.h index 145321f5fee4..ea97e91a781c 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,