]> git.sesse.net Git - stockfish/commit
Standardize generate_pawn_blocking_evasions()
authorMarco Costalba <mcostalba@gmail.com>
Wed, 23 Sep 2009 08:40:33 +0000 (09:40 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 23 Sep 2009 09:06:32 +0000 (10:06 +0100)
commit21850536d54c3f142f1907e31ac0bfab8f4a8862
treeda26c0fa50e062078e28b0791946e97e8baee9b7
parent0179a32cf5b22fdeeaf9a14aa88f49eb51f476ed
Standardize generate_pawn_blocking_evasions()

Rewrite in the form normally used in other similar
functions like generate_pawn_noncaptures()

This allow an easier reading of the pawn moves generators
and simplify a bit the code.

No functional change (tested on more then 100M nodes).

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