From owner-cvs-all Fri Jan 11 7:21: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BFD837B41D; Fri, 11 Jan 2002 07:21:04 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0BFL4i82482; Fri, 11 Jan 2002 07:21:04 -0800 (PST) (envelope-from bde) Message-Id: <200201111521.g0BFL4i82482@freefall.freebsd.org> From: Bruce Evans Date: Fri, 11 Jan 2002 07:21:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isblank.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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