Commit de6ad3ab authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

ctype-ucs2.c:

  define ILSEQ for platforms that do not define it themself
parent 7b0afa3a
...@@ -25,6 +25,10 @@ ...@@ -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[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment