Change the place of the close parenthesis. Even though it probably cause no bugs for current code.

This commit is contained in:
Masaki Muranaka
2013-03-16 16:58:14 +09:00
parent 2e937a5bba
commit 591dbbf13f
+1 -1
View File
@@ -22,7 +22,7 @@ typedef khint_t khiter_t;
#endif
#define KHASH_MIN_SIZE 8
#define UPPER_BOUND(x) ((x)>>2|(x>>1))
#define UPPER_BOUND(x) ((x)>>2|(x)>>1)
//extern uint8_t __m[];