]> git.sesse.net Git - stockfish/commit
Rename dbg_hit_on_c() to dbg_hit_on()
authorMarco Costalba <mcostalba@gmail.com>
Sat, 7 Feb 2015 10:15:38 +0000 (11:15 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 7 Feb 2015 10:18:06 +0000 (11:18 +0100)
commit170bdf40cd47f7f3a601107fae0a32667a9d72a9
treed78d24b6fe493104d870a63cf9a26448330a58ad
parent35aa21c1fe54f32c7090a073e8343b83c4c667e0
Rename dbg_hit_on_c() to dbg_hit_on()

Use an overload instead of a new named function.

I have found this handier and easier when adding
some quick debug code.

No functional change.
src/evaluate.cpp
src/misc.cpp
src/misc.h
src/position.cpp