~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to drizzled/internal/my_bit.h

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

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 */