~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisampack.c

  • Committer: Brian Aker
  • Date: 2008-07-07 14:25:25 UTC
  • mto: (77.1.25 codestyle)
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: brian@tangent.org-20080707142525-xzy2nl3ie2ebwfln
LL() cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1909
1909
        return 1;
1910
1910
      huff_tree->code_len=(uchar*) (huff_tree->code+elements);
1911
1911
      make_traverse_code_tree(huff_tree, huff_tree->root,
1912
 
                              8 * sizeof(ulonglong), LL(0));
 
1912
                              8 * sizeof(ulonglong), 0LL);
1913
1913
    }
1914
1914
  }
1915
1915
  return 0;