summaryrefslogtreecommitdiff
path: root/bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits.h')
-rw-r--r--bits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bits.h b/bits.h
index 7dbe478..d4e25bf 100644
--- a/bits.h
+++ b/bits.h
@@ -18,12 +18,12 @@
* 02110-1301 USA
*/
-#ifndef _BITS_H_
-#define _BITS_H_
+#ifndef BITS_H
+#define BITS_H
#include <stdint.h>
/* Count bits in U that are 1. */
unsigned bitcount(uint64_t u);
-#endif /* _BITS_H_ */
+#endif /* BITS_H */