svn commit: trunk/uClibc/include

vda at uclibc.org vda at uclibc.org
Wed Feb 11 17:32:39 UTC 2009


Author: vda
Date: 2009-02-11 17:32:39 +0000 (Wed, 11 Feb 2009)
New Revision: 25299

Log:
add comment why do we need _ISbit() macro



Modified:
   trunk/uClibc/include/ctype.h


Changeset:
Modified: trunk/uClibc/include/ctype.h
===================================================================
--- trunk/uClibc/include/ctype.h	2009-02-11 17:32:20 UTC (rev 25298)
+++ trunk/uClibc/include/ctype.h	2009-02-11 17:32:39 UTC (rev 25299)
@@ -42,6 +42,7 @@
    If there get to be more than 16 distinct characteristics,
    __ctype_mask_t will need to be adjusted. */
 
+/* libstdc++ from gcc toolchain needs this macro. */
 # define _ISbit(bit)	(1 << (bit))
 
 enum



More information about the uClibc-cvs mailing list