diff options
Diffstat (limited to 'libbb/unicode_wcwidth.c')
-rw-r--r-- | libbb/unicode_wcwidth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/unicode_wcwidth.c b/libbb/unicode_wcwidth.c index 7eccc39..0bb6227 100644 --- a/libbb/unicode_wcwidth.c +++ b/libbb/unicode_wcwidth.c @@ -538,6 +538,6 @@ static int wcwidth(unsigned ucs) || ((ucs >> 17) == (2 >> 1)) /* 20000..3ffff: Supplementary and Tertiary Ideographic Planes */ # endif ); -# endif -#endif +# endif /* >= 0x1100 */ +#endif /* >= 0x300 */ } |