diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/internal/locale_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/internal/locale_impl.h b/src/internal/locale_impl.h index f15e1565..db915ca2 100644 --- a/src/internal/locale_impl.h +++ b/src/internal/locale_impl.h @@ -30,6 +30,3 @@ const char *__lctrans_cur(const char *); #define CURRENT_LOCALE (__pthread_self()->locale) #define CURRENT_UTF8 (!!__pthread_self()->locale->cat[LC_CTYPE]) - -#undef MB_CUR_MAX -#define MB_CUR_MAX (CURRENT_UTF8 ? 4 : 1) |