From 93f8a2e834eed69aff7ef3be8c2baba14bab0658 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Sep 2009 23:07:26 +0200 Subject: convert // comments to /**/; remove empty #if/#endif pairs. no code changes Signed-off-by: Denys Vlasenko --- libc/misc/fnmatch/fnmatch.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libc/misc/fnmatch') diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index 28f744a26..f069e5cea 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -61,10 +61,7 @@ #endif #ifdef __UCLIBC__ -#define __memset memset -#ifdef __UCLIBC_HAS_XLOCALE__ -#elif defined __UCLIBC_HAS_CTYPE_TABLES__ -#endif +# define __memset memset #endif /* For platform which support the ISO C amendement 1 functionality we @@ -73,10 +70,6 @@ /* Solaris 2.5 has a bug: must be included before . */ # include # include -# ifdef __UCLIBC__ -# ifdef __UCLIBC_HAS_LOCALE__ -# endif -# endif #endif /* We need some of the locale data (the collation sequence information) -- cgit v1.2.3