]> git.sesse.net Git - stockfish/commit
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)
commit8c328787016f67e7308c709a9a69455f47a8f77c
tree62187a56af04e825012b892818e59fb5820d1902
parent0c5e89e3e19107a8b525b5a99adea0dd1740517f
Use Key type instead of Bitboard

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>
src/position.cpp
src/position.h