mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Removed assertion that isblank() conforms to C90 too. This assertion
is correct but less than useful. There is some uncertainty about whether isblank() is in C99, but it is certainly not in C90. It just conforms to C89 because it is a conforming extension.
This commit is contained in:
parent
5fb3acfaaf
commit
87e0032026
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89258
@ -75,8 +75,3 @@ returns non-zero if the character tests true.
|
||||
.Xr ctype 3 ,
|
||||
.Xr multibyte 3 ,
|
||||
.Xr ascii 7
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn isblank
|
||||
function conforms to
|
||||
.St -p1003.1 .
|
||||
|
Loading…
Reference in New Issue
Block a user