mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Fix variable naming in prototypes at uci.cpp
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
631fa6a100
commit
d4ded09e17
1 changed files with 4 additions and 4 deletions
|
@ -49,10 +49,10 @@ namespace {
|
||||||
typedef istringstream UCIParser;
|
typedef istringstream UCIParser;
|
||||||
|
|
||||||
// Local functions
|
// Local functions
|
||||||
void set_option(UCIParser& uip);
|
void set_option(UCIParser& up);
|
||||||
void set_position(Position& pos, UCIParser& uip);
|
void set_position(Position& pos, UCIParser& up);
|
||||||
bool go(Position& pos, UCIParser& uip);
|
bool go(Position& pos, UCIParser& up);
|
||||||
void perft(Position& pos, UCIParser& uip);
|
void perft(Position& pos, UCIParser& up);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue