mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Change the place of the close parenthesis. Even though it probably cause no bugs for current code.
This commit is contained in:
@@ -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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user