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