소스 검색

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