From 7aa9c2486c2d85a8de6204ab3734f457d450cdb6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 19 Sep 2009 02:09:48 +0200 Subject: remove a few more empty #if/#endif pairs Signed-off-by: Denys Vlasenko --- libc/misc/fnmatch/fnmatch.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libc/misc/fnmatch/fnmatch.c') diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index f069e5cea..d25619b34 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -340,10 +340,9 @@ is_char_class (const wchar_t *wcs) # include "fnmatch_loop.c" # endif -#ifdef __UCLIBC_HAS_WCHAR__ -#else -#undef MB_CUR_MAX -#define MB_CUR_MAX 1 +#ifndef __UCLIBC_HAS_WCHAR__ +# undef MB_CUR_MAX +# define MB_CUR_MAX 1 #endif int -- cgit v1.2.3