X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Futil.c;h=96c702f604bfa6d2188094a7245cc461e75fec54;hb=HEAD;hp=0c7911d17caaf73d79b9355cb3914c92a0a76a5d;hpb=5ea6210573f345d63d7aafeb125726d3dc9b2238;p=gnushogi.git diff --git a/gnushogi/util.c b/gnushogi/util.c index 0c7911d..96c702f 100644 --- a/gnushogi/util.c +++ b/gnushogi/util.c @@ -36,9 +36,9 @@ unsigned int TTadd = 0; short recycle; short ISZERO = 1; - +#if 0 int -parse(FILE * fd, unsigned short *mv, short side, char *opening) +parse(FILE * fd, unsigned short *mv, char *opening) { int c, i, r1, r2, c1, c2; char s[128]; @@ -100,7 +100,7 @@ parse(FILE * fd, unsigned short *mv, short side, char *opening) return 1; } - +#endif /* * The field of a hashtable is computed as follows: @@ -174,7 +174,7 @@ ProbeTTable (short side, { HashCol++; - if (!barebones) + if (!XSHOGI) { ShowMessage("ttable collision detected"); ShowBD(ptbl->bd); @@ -227,7 +227,6 @@ PutInTTable(short side, short score, short depth, short ply, - short alpha, short beta, unsigned short mv) {