X-Git-Url: http://winboard.nl/cgi-bin?p=bonanza.git;a=blobdiff_plain;f=book.c;fp=book.c;h=55e6d37ec7e7719413bc7a1fa100adc9573b7384;hp=9a732b88f57925675d5aa2ab4edb264f04ccfdba;hb=2945d63eec617a4411287ceda774a1e0186fc350;hpb=31daebfc1031441aa180e3af2e547a8cd2b92c32 diff --git a/book.c b/book.c index 9a732b8..55e6d37 100644 --- a/book.c +++ b/book.c @@ -140,7 +140,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++ ) {