Skip to content

Commit 6abe461

Browse files
committed
make probe_table static
1 parent 67d7ae7 commit 6abe461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tbprobe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ inline static int fill_squares(const Pos *pos, uint8_t *pc, bool flip, int mirro
17341734
return i;
17351735
}
17361736

1737-
int probe_table(const Pos *pos, int s, int *success, const int type)
1737+
static int probe_table(const Pos *pos, int s, int *success, const int type)
17381738
{
17391739
// Obtain the position's material-signature key
17401740
uint64_t key = calc_key(pos,false);

0 commit comments

Comments
 (0)