diff options
Diffstat (limited to 'regex_internal.h')
-rw-r--r-- | regex_internal.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/regex_internal.h b/regex_internal.h index 26b8abe0..b5dc7b46 100644 --- a/regex_internal.h +++ b/regex_internal.h @@ -108,14 +108,9 @@ is_blank (int c) # define SIZE_MAX ((size_t) -1) #endif -#ifndef NO_MBSUPPORT #include "mbsupport.h" /* gawk */ -#endif -#ifndef MB_CUR_MAX -#define MB_CUR_MAX 1 -#endif -#if (defined MBS_SUPPORT) || _LIBC +#if MBS_SUPPORT || _LIBC # define RE_ENABLE_I18N #endif |