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
This commit is contained in:
Richard Earnshaw 2000-12-05 14:09:53 +00:00 committed by Richard Earnshaw
parent 0b971613de
commit c87e46884b
2 changed files with 6 additions and 2 deletions

View 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.

View 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,