1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

After merge fixes.

BitKeeper/deleted/.del-my_bit.h:
  Delete: include/my_bit.h
This commit is contained in:
unknown
2008-04-29 09:26:37 +03:00
parent 50ceea65cf
commit 663f971b8d
5 changed files with 9 additions and 15 deletions

View File

@@ -98,12 +98,12 @@ STATIC_INLINE uint32 my_reverse_bits(uint32 key)
_my_bits_reverse_table[(key>>24) ];
}
#else
#else /* HAVE_INLINE */
extern uint my_bit_log2(ulong value);
extern uint32 my_round_up_to_next_power(uint32 v);
uint32 my_clear_highest_bit(uint32 v);
uint32 my_reverse_bits(uint32 key);
extern uint my_count_bits(ulonglong v);
extern uint my_count_bits_ushort(ushort v);
#endif
#endif /* HAVE_INLINE */
C_MODE_END