Additional cleanup in bitbase.cpp

Also better document what code does.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-03-12 16:57:02 +01:00
parent c1c0984452
commit 635be39acf
2 changed files with 48 additions and 85 deletions

View File

@@ -23,7 +23,7 @@
#include "endgame.h"
#include "pawns.h"
extern int probe_kpk_bitbase(Square wksq, Square wpsq, Square bksq, Color stm);
extern uint32_t probe_kpk_bitbase(Square wksq, Square wpsq, Square bksq, Color stm);
namespace {