Skip to content

Commit d59b7c4

Browse files
committed
add commments that mark include_boktool, to see the added code after running it through c2rust
1 parent fe34ae5 commit d59b7c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

osfbook.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ minimax_tree( void ) {
750750
#endif
751751
}
752752

753-
753+
// #ifdef INCLUDE_BOOKTOOL
754754
#ifdef INCLUDE_BOOKTOOL
755755

756756
/*
@@ -1192,6 +1192,7 @@ generate_endgame_statistics( int max_depth, double probability,
11921192

11931193

11941194
#endif
1195+
// #endif INCLUDE_BOOKTOOL
11951196

11961197

11971198

@@ -1572,6 +1573,7 @@ validate_tree( void ) {
15721573
}
15731574

15741575

1576+
// #ifdef INCLUDE_BOOKTOOL
15751577
#ifdef INCLUDE_BOOKTOOL
15761578

15771579

@@ -1990,6 +1992,7 @@ export_tree( const char *file_name ) {
19901992

19911993

19921994
#endif
1995+
// #endif INCLUDE_BOOKTOOL
19931996

19941997

19951998

0 commit comments

Comments
 (0)