From 31121b36b61f7c41545b5c3d537b200bd66f33cd Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Jun 2003 14:12:46 +0500 Subject: [PATCH] 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 --- strings/ctype-ucs2.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/strings/ctype-ucs2.c b/strings/ctype-ucs2.c index 17bc920a381..8cb8f84f281 100644 --- a/strings/ctype-ucs2.c +++ b/strings/ctype-ucs2.c @@ -25,6 +25,10 @@ #ifdef HAVE_CHARSET_ucs2 +#ifndef EILSEQ +#define EILSEQ ENOENT +#endif + extern MY_UNICASE_INFO *uni_plane[256]; static uchar ctype_ucs2[] = {