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

ctype-utf8.c:

  Workaround for platforms which don't support EILSEQ
parent eb22615e
......@@ -23,6 +23,10 @@
#include "m_ctype.h"
#include <errno.h>
#ifndef EILSEQ
#define EILSEQ ENOENT
#endif
#ifdef HAVE_CHARSET_utf8
#define HAVE_UNIDATA
#endif
......
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