aboutsummaryrefslogtreecommitdiff
path: root/unequal.c
diff options
context:
space:
mode:
Diffstat (limited to 'unequal.c')
-rw-r--r--unequal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unequal.c b/unequal.c
index e0e08a1..b39683a 100644
--- a/unequal.c
+++ b/unequal.c
@@ -1075,7 +1075,7 @@ static int gg_best_clue(game_state *state, int *scratch, digit *latin)
}
#ifdef STANDALONE_SOLVER
-int maxtries;
+static int maxtries;
#define MAXTRIES maxtries
#else
#define MAXTRIES 50
@@ -2191,7 +2191,7 @@ const struct game thegame = {
#include <time.h>
#include <stdarg.h>
-const char *quis = NULL;
+static const char *quis = NULL;
#if 0 /* currently unused */