diff options
Diffstat (limited to 'include/my_bit.h')
-rw-r--r-- | include/my_bit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_bit.h b/include/my_bit.h index 58e8bb39683..f4c2c424f2b 100644 --- a/include/my_bit.h +++ b/include/my_bit.h @@ -2,6 +2,7 @@ Some useful bit functions */ +C_MODE_START #ifdef HAVE_INLINE extern const char _my_bits_nbits[256]; @@ -105,3 +106,4 @@ uint32 my_reverse_bits(uint32 key); extern uint my_count_bits(ulonglong v); extern uint my_count_bits_ushort(ushort v); #endif +C_MODE_END |