]> git.sesse.net Git - stockfish/commit
Rename attacks_to() in attackers_to()
authorMarco Costalba <mcostalba@gmail.com>
Sun, 20 Sep 2009 08:31:48 +0000 (09:31 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 20 Sep 2009 08:31:48 +0000 (09:31 +0100)
commit0e0adfe2e1a01ca5f46af495e14c41e23ffaa4d0
treec17664fdef9edb2463f051203c1930e02bc34dfa
parent049139d025b26a9fbc9cf87f51b578a4fab447cf
Rename attacks_to() in attackers_to()

These functions return bitboard of attacking pieces,
not the attacks themselfs so reflect this in the name.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/movegen.cpp
src/position.cpp
src/position.h
src/search.cpp