OSDN Git Service

add comment why do we need _ISbit() macro
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Feb 2009 17:32:39 +0000 (17:32 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 11 Feb 2009 17:32:39 +0000 (17:32 -0000)
include/ctype.h

index 78c8399..4b73111 100644 (file)
@@ -42,6 +42,7 @@ __BEGIN_DECLS
    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