]> git.sesse.net Git - stockfish/commitdiff
Use more_than_one() instead of single_bit()
authorMarco Costalba <mcostalba@gmail.com>
Sat, 14 Apr 2012 08:16:34 +0000 (09:16 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 14 Apr 2012 08:51:59 +0000 (09:51 +0100)
It is more correct given what the function does. In
particular single_bit() returns true also in case of
empty bitboards.

Of course also the usual renaming while there :-)

No functional change.

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

No differences found