From a476ac4b45fe39b023bed55c852abad04d70c5df Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 1 Aug 2014 14:30:43 +0530 Subject: Fix -Wundef warnings in regex_internal.h --- posix/regex_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/regex_internal.h b/posix/regex_internal.h index 75c390f8c8..4bbf6a8276 100644 --- a/posix/regex_internal.h +++ b/posix/regex_internal.h @@ -90,7 +90,7 @@ # define SIZE_MAX ((size_t) -1) #endif -#if (defined MB_CUR_MAX && HAVE_LOCALE_H && HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_WCRTOMB && HAVE_MBRTOWC && HAVE_WCSCOLL) || _LIBC +#if (defined MB_CUR_MAX && HAVE_WCTYPE_H && HAVE_ISWCTYPE) || _LIBC # define RE_ENABLE_I18N #endif -- cgit 1.4.1