From 28b81408ec6001a5fd683a45f89c156929b21fd5 Mon Sep 17 00:00:00 2001 From: panstromek Date: Sun, 9 Aug 2020 17:25:56 +0200 Subject: [PATCH] add commments that mark include_boktool, to see the added code after running it through c2rust --- osfbook.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/osfbook.c b/osfbook.c index a2363ff..26c8811 100644 --- a/osfbook.c +++ b/osfbook.c @@ -750,7 +750,7 @@ minimax_tree( void ) { #endif } - +// #ifdef INCLUDE_BOOKTOOL #ifdef INCLUDE_BOOKTOOL /* @@ -1192,6 +1192,7 @@ generate_endgame_statistics( int max_depth, double probability, #endif +// #endif INCLUDE_BOOKTOOL @@ -1572,6 +1573,7 @@ validate_tree( void ) { } +// #ifdef INCLUDE_BOOKTOOL #ifdef INCLUDE_BOOKTOOL @@ -1990,6 +1992,7 @@ export_tree( const char *file_name ) { #endif +// #endif INCLUDE_BOOKTOOL