]> 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:15:38 +0000 (11:15 +0100)
commit8b0fee9998e2ae530fa57e55f6cf145779aef3d0
treee7927271e48d060465954113433ebed6bcdab580
parent1277a428237eec3299c6606951fac014bb3ef851
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