ctype-ucs2.c:
define ILSEQ for platforms that do not define it themself strings/ctype-ucs2.c: define ILSEQ for platforms that do not define it themself
This commit is contained in:
parent
8b7e79be78
commit
31121b36b6
@ -25,6 +25,10 @@
|
|||||||
|
|
||||||
#ifdef HAVE_CHARSET_ucs2
|
#ifdef HAVE_CHARSET_ucs2
|
||||||
|
|
||||||
|
#ifndef EILSEQ
|
||||||
|
#define EILSEQ ENOENT
|
||||||
|
#endif
|
||||||
|
|
||||||
extern MY_UNICASE_INFO *uni_plane[256];
|
extern MY_UNICASE_INFO *uni_plane[256];
|
||||||
|
|
||||||
static uchar ctype_ucs2[] = {
|
static uchar ctype_ucs2[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user