[git commit] ctype.h: Tweak comment

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Apr 8 22:18:07 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=5799194b75b238491501cbb122f5d7025edd3aa2
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 include/ctype.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/ctype.h b/include/ctype.h
index 136d072..ecd5e73 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -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


More information about the uClibc-cvs mailing list