X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=blobdiff_plain;f=book.c;h=f1db145ec27716886822e44b7ea0eb2be6a68bad;hp=e8336e6ac6bdb85d9a035316f99775c6f6f369cd;hb=a443e15a4089569770ff5bf4ed543c2c6199a900;hpb=18b507e1b20fc6c32ee50f00fb910a59110c1a1d diff --git a/book.c b/book.c index e8336e6..f1db145 100644 --- a/book.c +++ b/book.c @@ -138,7 +138,12 @@ book_probe( tree_t * restrict ptree ) /* show results */ if ( ! ( game_status & ( flag_pondering | flag_puzzling ) ) ) { - Out( " move freq\n" ); +#ifdef XBOARD +# define SIGN "#" +#else +# define SIGN +#endif + Out( SIGN " move freq\n" ); OutCsaShogi( "info" ); for ( i = 0; i < moves; i++ ) {