]> git.sesse.net Git - stockfish/commitdiff
Use Key type instead of Bitboard
authorMarco Costalba <mcostalba@gmail.com>
Sat, 29 May 2010 07:11:36 +0000 (08:11 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 29 May 2010 07:11:36 +0000 (08:11 +0100)
They are both 64 bits unsigned integer, but it
is correct to use the proper type.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found