Subject: lib/29982: ctype.h uses undocumented macro
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <roland.illig@gmx.de>
List: netbsd-bugs
Date: 04/15/2005 19:39:00
>Number:         29982
>Category:       lib
>Synopsis:       ctype.h uses undocumented macro
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 15 19:39:00 +0000 2005
>Originator:     roland.illig@gmx.de
>Release:        NetBSD 2.99.15
>Organization:
	
>Environment:
System: NetBSD baccf5ee.roland-illig.de 2.99.15 NetBSD 2.99.15 (GENERIC) #0: Wed Feb 9 20:19:30 CET 2005 build@baccf5ee.roland-illig.de:/home/build/objroot/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
	If a strictly conforming ANSI C program has the macro "notyet"
	defined to something other than 0, the macro version of isblank()
	will be activated. As "notyet" is not from the namespace reserved
	for the implementation, it should be removed until it is ready to
	be shipped.
	
>How-To-Repeat:
	
>Fix:
	
	in <ctype.h> replace:
	#if notyet
	with:
	#if 0 /* not yet, because $reason */