mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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:
@ -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[] = {
|
||||||
|
Reference in New Issue
Block a user