From: Sam Leffler Date: Sat, 9 Jul 1983 14:03:36 +0000 (-0800) Subject: space is a printing character according to the manual X-Git-Tag: BSD-4_2-Snapshot-Development~858 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/c7ed64455cdd84f29e7bd6b17fd4eda75f09b17f space is a printing character according to the manual SCCS-vsn: lib/libc/locale/ctype.c 4.2 --- diff --git a/usr/src/lib/libc/locale/ctype.c b/usr/src/lib/libc/locale/ctype.c index b55d480170..71a112a1c9 100644 --- a/usr/src/lib/libc/locale/ctype.c +++ b/usr/src/lib/libc/locale/ctype.c @@ -1,4 +1,4 @@ -/* @(#)ctype.c 4.1 (Berkeley) %G% */ +/* @(#)ctype.c 4.2 (Berkeley) %G% */ #include char _ctype_[] = { @@ -7,7 +7,7 @@ char _ctype_[] = { _C, _S, _S, _S, _S, _S, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, _C, - _S, _P, _P, _P, _P, _P, _P, _P, + _S|_P, _P, _P, _P, _P, _P, _P, _P, _P, _P, _P, _P, _P, _P, _P, _P, _N, _N, _N, _N, _N, _N, _N, _N, _N, _N, _P, _P, _P, _P, _P, _P,