diff options
author | Nik Clayton <nik@FreeBSD.org> | 2002-01-10 12:22:00 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2002-01-10 12:22:00 +0000 |
commit | 6a3003ce5131c0ae60c653d22444b95a7920f54b (patch) | |
tree | f8b50065ab610202906dc96c399c1403fc5cf7dc /lib/libc/locale | |
parent | 48ad35449f44921f934b8025993bc8fb320a47c0 (diff) | |
download | src-6a3003ce5131c0ae60c653d22444b95a7920f54b.tar.gz src-6a3003ce5131c0ae60c653d22444b95a7920f54b.zip |
Remove assertion that isblank() is in C99, pointed out by ache.
Notes
Notes:
svn path=/head/; revision=89202
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/isblank.3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/locale/isblank.3 b/lib/libc/locale/isblank.3 index 59fca6322969..b1a2e37fc446 100644 --- a/lib/libc/locale/isblank.3 +++ b/lib/libc/locale/isblank.3 @@ -76,10 +76,6 @@ returns non-zero if the character tests true. .Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS -.Fn isblank -conforms to -.St -isoC-99 . -.Sh STANDARDS The .Fn isblank function conforms to |