ctype-utf8.c:

Workaround for platforms which don't support EILSEQ


strings/ctype-utf8.c:
  Workaround for platforms which don't support EILSEQ
This commit is contained in:
unknown 2003-01-17 12:35:47 +04:00
parent 3531347e8c
commit 57ab67de6b

View file

@ -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