瀏覽代碼

add comment why do we need _ISbit() macro

Denis Vlasenko 15 年之前
父節點
當前提交
eb856014a0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/ctype.h

+ 1 - 0
include/ctype.h

@@ -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