~hartmut-php/drizzle/codestyle

« back to all changes in this revision

Viewing changes to mystrings/ctype-mb.c

  • Committer: Monty Taylor
  • Date: 2008-08-10 16:52:18 UTC
  • mfrom: (293 drizzle)
  • mto: (312.1.3 translations)
  • mto: This revision was merged to the branch mainline in revision 295.
  • Revision ID: monty@inaugust.com-20080810165218-jlekj1n46oyx9sih
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
560
560
 
561
561
 
562
562
void my_hash_sort_mb_bin(const CHARSET_INFO * const cs __attribute__((unused)),
563
 
                         const uchar *key, size_t len,ulong *nr1, ulong *nr2)
 
563
                         const uchar *key, size_t len, uint32_t *nr1, uint32_t *nr2)
564
564
{
565
565
  const uchar *pos = key;
566
566