Skip to content

Commit

Permalink
komi
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Sep 25, 2024
1 parent 856edd8 commit 5cd9ae4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions module/zcommon/cityhash.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
#include "cityhash.h"
//#define WANT_CITY64

//#include "komihash.h"
//#define WANT_KOMI
#include "komihash.h"
#define WANT_KOMI

#include "xxhash.h"
#define WANT_XXH64
#include "xxhash.c"
//#include "xxhash.h"
//#define WANT_XXH64
//#include "xxhash.c"

#ifdef WANT_CITY64

Expand Down

0 comments on commit 5cd9ae4

Please sign in to comment.