diff options
Diffstat (limited to 'galaxies.c')
| -rw-r--r-- | galaxies.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1278,7 +1278,7 @@ static bool generate_try_block(game_state *state, random_state *rs, } #ifdef STANDALONE_SOLVER -int maxtries; +static int maxtries; #define MAXTRIES maxtries #else #define MAXTRIES 50 @@ -3869,7 +3869,7 @@ const struct game thegame = { #ifdef STANDALONE_SOLVER -const char *quis; +static const char *quis; #include <time.h> |