fix bitcount.h include guard
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef BITCOUNT_H__
|
#ifndef BITCOUNT_H__
|
||||||
#define BITCOINT_H__
|
#define BITCOUNT_H__
|
||||||
|
|
||||||
#if defined(__GNUC__) && __GNUC__ > 2
|
#if defined(__GNUC__) && __GNUC__ > 2
|
||||||
/* use GCC built in's */
|
/* use GCC built in's */
|
||||||
@@ -80,4 +80,4 @@ static int count_trailing_zeros(unsigned int value)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user