Date: Fri, 11 Jan 2002 07:21:04 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isblank.3 Message-ID: <200201111521.g0BFL4i82482@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/01/11 07:21:04 PST Modified files: lib/libc/locale isblank.3 Log: 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. Revision Changes Path 1.13 +0 -5 src/lib/libc/locale/isblank.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201111521.g0BFL4i82482>