From eaacd088acf8653e22a0fa6193e63942850e6751 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 13 Nov 2009 15:59:25 +0100 Subject: silence warning about undefined CPP token Signed-off-by: Bernhard Reutner-Fischer --- include/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ctype.h b/include/ctype.h index da73a44fc..2d62847fe 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -281,7 +281,7 @@ __NTH (toupper (int __c)) # if defined __USE_SVID || defined __USE_MISC || defined __USE_XOPEN # define isascii(c) __isascii (c) # define toascii(c) __toascii (c) -# if __UCLIBC_SUSV4_LEGACY__ +# if defined __UCLIBC_SUSV4_LEGACY__ # define _tolower(c) ((int) (__UCLIBC_CTYPE_TOLOWER)[(int) (c)]) # define _toupper(c) ((int) (__UCLIBC_CTYPE_TOUPPER)[(int) (c)]) # endif -- cgit v1.2.3