Cygwin: locales: drop unused has_modifier macro
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
48ae24fd81
commit
c3798a2f7d
|
@ -37,8 +37,6 @@ details. */
|
||||||
#define charfromwchar(category,in) \
|
#define charfromwchar(category,in) \
|
||||||
__charfromwchar (_##category##_locale->in,_LC(category),f_wctomb)
|
__charfromwchar (_##category##_locale->in,_LC(category),f_wctomb)
|
||||||
|
|
||||||
#define has_modifier(x) ((x)[0] && !strcmp (modifier, (x)))
|
|
||||||
|
|
||||||
/* Check for @cjk* modifier. Try to be as fast as possible */
|
/* Check for @cjk* modifier. Try to be as fast as possible */
|
||||||
#define __is_cjk_modifier(_in, _cmp, _L) ({ \
|
#define __is_cjk_modifier(_in, _cmp, _L) ({ \
|
||||||
_in[1] == 'c' \
|
_in[1] == 'c' \
|
||||||
|
|
Loading…
Reference in New Issue