From 5a6bbb41603dabf4afcdd30c9f714a74078a787b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Feb 2003 09:58:08 +0000 Subject: Update. * posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition. * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing. --- posix/regex_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix/regex_internal.h') diff --git a/posix/regex_internal.h b/posix/regex_internal.h index 9487256dd4..bf84ad6270 100644 --- a/posix/regex_internal.h +++ b/posix/regex_internal.h @@ -74,8 +74,8 @@ # define gettext_noop(String) String #endif -#if (defined (MB_CUR_MAX) && HAVE_LOCALE_H && HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_WCRTOMB && HAVE_MBRTOWC && HAVE_WCSCOLL) || _LIBC -#define RE_ENABLE_I18N +#if (defined MB_CUR_MAX && HAVE_LOCALE_H && HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_WCRTOMB && HAVE_MBRTOWC && HAVE_WCSCOLL) || _LIBC +# define RE_ENABLE_I18N #endif #if __GNUC__ >= 3 -- cgit v1.2.3