~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_bit.c

Moved my_bit and my_list

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define STATIC_INLINE extern
23
23
#endif
24
24
 
25
 
#include <my_bit.h>
 
25
#include <mysys/my_bit.h>
26
26
 
27
27
const char _my_bits_nbits[256] = {
28
28
  0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4,