Skip to content

Commit

Permalink
Fix for macos gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
canfirtina committed Nov 22, 2022
1 parent 67026a8 commit ca45928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "mmpriv.h"
#include "kvec.h"
#include "khash.h"
#include "math.h"

#define idx_hash(a) ((a)>>1)
#define idx_eq(a, b) ((a)>>1 == (b)>>1)
Expand Down

0 comments on commit ca45928

Please sign in to comment.