Commit 8b4720e7 authored by unknown's avatar unknown

ctype-uca.c:

  Conditional compilation


strings/ctype-uca.c:
  Conditional compilation
parent 665a255d
......@@ -36,10 +36,13 @@
#include "m_ctype.h"
#ifdef HAVE_CHARSET_ucs2
#define MY_UCA_NPAGES 256
#define MY_UCA_NCHARS 256
#define MY_UCA_CMASK 255
#define MY_UCA_PSHIFT 8
uint16 page000data[]= { /* 0000 (4 weights per char) */
0x0000,0x0000,0x0000,0x0000, 0x0000,0x0000,0x0000,0x0000,
0x0000,0x0000,0x0000,0x0000, 0x0000,0x0000,0x0000,0x0000,
......@@ -7035,3 +7038,5 @@ MY_COLLATION_HANDLER my_collation_ucs2_uca_handler =
my_instr_mb,
my_hash_sort_uca
};
#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