Skip to content

Commit

Permalink
add commments that mark include_boktool, to see the added code after …
Browse files Browse the repository at this point in the history
…running it through c2rust
  • Loading branch information
panstromek committed Feb 20, 2022
1 parent a809c48 commit 28b8140
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion osfbook.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ minimax_tree( void ) {
#endif
}


// #ifdef INCLUDE_BOOKTOOL
#ifdef INCLUDE_BOOKTOOL

/*
Expand Down Expand Up @@ -1192,6 +1192,7 @@ generate_endgame_statistics( int max_depth, double probability,


#endif
// #endif INCLUDE_BOOKTOOL



Expand Down Expand Up @@ -1572,6 +1573,7 @@ validate_tree( void ) {
}


// #ifdef INCLUDE_BOOKTOOL
#ifdef INCLUDE_BOOKTOOL


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


#endif
// #endif INCLUDE_BOOKTOOL



Expand Down

0 comments on commit 28b8140

Please sign in to comment.