From: Marco Costalba Date: Sun, 20 Sep 2009 13:23:46 +0000 (+0100) Subject: Rename piece_attacks_from() in attacks_from() X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=e4277c06bfb783b5ec78001eeef06fa9feae033f;hp=e4277c06bfb783b5ec78001eeef06fa9feae033f;ds=sidebyside Rename piece_attacks_from() in attacks_from() It is in line with attackers_to() and is shorter and piece is already redundant because is passed as template parameter anyway. Integrate also pawn_attacks_from() in the attacks_from() family so to have an uniform attack info API. No functional change. Signed-off-by: Marco Costalba ---