mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Fix variable naming in prototypes at uci.cpp
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
631fa6a100
commit
d4ded09e17
@@ -49,10 +49,10 @@ namespace {
|
||||
typedef istringstream UCIParser;
|
||||
|
||||
// Local functions
|
||||
void set_option(UCIParser& uip);
|
||||
void set_position(Position& pos, UCIParser& uip);
|
||||
bool go(Position& pos, UCIParser& uip);
|
||||
void perft(Position& pos, UCIParser& uip);
|
||||
void set_option(UCIParser& up);
|
||||
void set_position(Position& pos, UCIParser& up);
|
||||
bool go(Position& pos, UCIParser& up);
|
||||
void perft(Position& pos, UCIParser& up);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user