Add XBoard protocol drivers
[bonanza.git] / book.c
diff --git a/book.c b/book.c
index e8336e6..f1db145 100644 (file)
--- 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++ )
        {