~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_bit.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  Some useful bit functions
22
22
*/
23
23
 
24
 
#ifndef MYSYS_MY_BIT_H
25
 
#define MYSYS_MY_BIT_H
 
24
#ifndef DRIZZLED_INTERNAL_MY_BIT_H
 
25
#define DRIZZLED_INTERNAL_MY_BIT_H
26
26
 
27
27
#ifdef __cplusplus
28
28
extern "C" {
118
118
}
119
119
#endif
120
120
 
121
 
#endif /* MYSYS_MY_BIT_H */
 
121
#endif /* DRIZZLED_INTERNAL_MY_BIT_H */