Explorar o código

add comment why do we need _ISbit() macro

Denis Vlasenko %!s(int64=17) %!d(string=hai) anos
pai
achega
eb856014a0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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