~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_bit.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include <my_global.h>
 
16
#include "mysys_priv.h"
17
17
 
18
18
#ifndef HAVE_INLINE
19
19
/* the following will cause all inline functions to be instantiated */
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,