diff options
Diffstat (limited to 'libbb/unicode_wcwidth.c')
-rw-r--r-- | libbb/unicode_wcwidth.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libbb/unicode_wcwidth.c b/libbb/unicode_wcwidth.c index a81a98038..7eccc394c 100644 --- a/libbb/unicode_wcwidth.c +++ b/libbb/unicode_wcwidth.c | |||
@@ -90,12 +90,6 @@ | |||
90 | * until Unicode committee assigns something there. | 90 | * until Unicode committee assigns something there. |
91 | */ | 91 | */ |
92 | 92 | ||
93 | #if CONFIG_LAST_SUPPORTED_WCHAR < 126 || CONFIG_LAST_SUPPORTED_WCHAR >= 0x30000 | ||
94 | # define LAST_SUPPORTED_WCHAR 0x2ffff | ||
95 | #else | ||
96 | # define LAST_SUPPORTED_WCHAR CONFIG_LAST_SUPPORTED_WCHAR | ||
97 | #endif | ||
98 | |||
99 | #if LAST_SUPPORTED_WCHAR >= 0x300 | 93 | #if LAST_SUPPORTED_WCHAR >= 0x300 |
100 | struct interval { | 94 | struct interval { |
101 | uint16_t first; | 95 | uint16_t first; |