OSDN Git Service

ctype.h: Tweak comment
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 8 Apr 2014 22:18:07 +0000 (00:18 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 8 Apr 2014 22:18:07 +0000 (00:18 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
include/ctype.h

index 136d072..ecd5e73 100644 (file)
@@ -404,8 +404,8 @@ __END_DECLS
 
 #endif /* __UCLIBC_HAS_CTYPE_TABLES__ */
 
-/* We define {__,}isascii for internal use only */
 #if defined _LIBC && !defined __UCLIBC_SUSV4_LEGACY__
+/* We define {__,}isascii for internal use only */
 # define __isascii(c) (((c) & ~0x7f) == 0)
 # define isascii(c) __isascii (c)
 #endif