X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=blobdiff_plain;f=proce.c;fp=proce.c;h=cfeabe144083433eb11a69ac25469b68830ae2e6;hp=e94c97333255ae6aae860297e85f6cb9e0983140;hb=5ad93f2f24a2644dbb483531ea36e1e21997b6a6;hpb=68fbef80b4cff5f70326d9c3136ca90ad524fce1 diff --git a/proce.c b/proce.c index e94c973..cfeabe1 100644 --- a/proce.c +++ b/proce.c @@ -95,13 +95,13 @@ procedure( tree_t * restrict ptree ) char *start_pos, start_data[512]; // [HGM] undo: for remembering start position int move_list[1024], move_ptr; +char analyze_mode; #ifdef XBOARD #define IF(X) else if(!strcmp(command, X)) int myTime, hisTime, movesPerSession, inc, plyNr; char xboard_mode; -char analyze_mode; void xboard_to_CSA( tree_t * restrict ptree, char *in, char *out )