Actually only T_ISDIGIT should be flagged as _E4
This commit is contained in:
parent
227d35dac0
commit
71e8badedc
@ -135,7 +135,7 @@ add_ctype_impl(ctype_node_t *ctn)
|
||||
ctn->ctype |= (_ISPUNCT | _ISGRAPH | _ISPRINT);
|
||||
break;
|
||||
case T_ISXDIGIT:
|
||||
ctn->ctype |= (_ISXDIGIT | _ISPRINT | _E4);
|
||||
ctn->ctype |= (_ISXDIGIT | _ISPRINT);
|
||||
break;
|
||||
case T_ISBLANK:
|
||||
ctn->ctype |= (_ISBLANK | _ISSPACE);
|
||||
|
Loading…
Reference in New Issue
Block a user