summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-05-28 14:46:25 +0500
committerbar@bar.mysql.r18.ru <>2003-05-28 14:46:25 +0500
commit6b1793d2aad8395ebce3363a529814b2a547e15f (patch)
tree8ff1ee422f29556111b40ca8da0725e95923121c /strings
parent7ffcf6f64a24bda527a29f15a5fbbc25a3ab6b7c (diff)
downloadmariadb-git-6b1793d2aad8395ebce3363a529814b2a547e15f.tar.gz
ctype-win1250ch.c:
ifdef wrong structure has been fixed
Diffstat (limited to 'strings')
-rw-r--r--strings/ctype-win1250ch.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c
index 0b75a782b17..91271b16373 100644
--- a/strings/ctype-win1250ch.c
+++ b/strings/ctype-win1250ch.c
@@ -45,6 +45,13 @@
#include "m_string.h"
#include "m_ctype.h"
+#else
+
+#include <stdio.h>
+#define uchar unsigned char
+
+#endif
+
#ifdef HAVE_CHARSET_cp1250
@@ -253,12 +260,6 @@ static uchar NEAR to_upper_win1250ch[] = {
0xd8, 0xd9, 0xda, 0xdb, 0xdc, 0xdd, 0xde, 0xff
};
-#else
-
-#include <stdio.h>
-#define uchar unsigned char
-
-#endif
static uchar NEAR sort_order_win1250ch[] = {