Skip to content

Commit a676599

Browse files
committed
Have vocab.c and cooccur.c match in define ordering.
1 parent 3912305 commit a676599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cooccur.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
#include <string.h>
2727
#include <math.h>
2828

29+
#define MAX_STRING_LENGTH 1000
2930
#define TSIZE 1048576
3031
#define SEED 1159241
31-
#define MAX_STRING_LENGTH 1000
3232

3333
#define HASHFN bitwisehash
3434

0 commit comments

Comments
 (0)