aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index 0d90f31..0478344 100644
--- a/map.c
+++ b/map.c
@@ -26,7 +26,7 @@
*/
#if defined STANDALONE_SOLVER
#define SOLVER_DIAGNOSTICS
-bool verbose = false;
+static bool verbose = false;
#elif defined SOLVER_DIAGNOSTICS
#define verbose true
#endif