~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to mystrings/ctype-utf8.cc

  • Committer: Monty Taylor
  • Date: 2009-07-07 09:06:29 UTC
  • mto: (1039.68.5 mordred.nocharsets)
  • mto: This revision was merged to the branch mainline in revision 1064.
  • Revision ID: mordred@inaugust.com-20090707090629-38wu0k8s5mq20ty6
Fixed -Wmissing-declarations

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
#include <mystrings/my_uctype.h>
42
42
 
 
43
extern "C"
 
44
void my_hash_sort_utf8mb4(const CHARSET_INFO * const cs,
 
45
                          const unsigned char *s, size_t slen,
 
46
                          uint32_t *n1, uint32_t *n2);
 
47
 
43
48
static MY_UNICASE_INFO plane00[]={
44
49
  {0x0000,0x0000,0x0000},  {0x0001,0x0001,0x0001},
45
50
  {0x0002,0x0002,0x0002},  {0x0003,0x0003,0x0003},