fix bitcount.h include guard

This commit is contained in:
Thomas BERNARD 2019-01-04 20:06:02 +01:00
parent f9dc0358c4
commit b34d588826

View File

@ -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