aboutsummaryrefslogtreecommitdiff
path: root/latin.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2009-12-27 10:01:18 +0000
committerSimon Tatham <anakin@pobox.com>2009-12-27 10:01:18 +0000
commit3c3368d07facee6011cd694f0afac9b1bb4c3f73 (patch)
tree134e79bf17fa9211933a8223d1fe145ac9178c0a /latin.c
parent9fbb365684ef662fc183ebd45c2eeb50f40589b5 (diff)
downloadpuzzles-3c3368d07facee6011cd694f0afac9b1bb4c3f73.zip
puzzles-3c3368d07facee6011cd694f0afac9b1bb4c3f73.tar.gz
puzzles-3c3368d07facee6011cd694f0afac9b1bb4c3f73.tar.bz2
puzzles-3c3368d07facee6011cd694f0afac9b1bb4c3f73.tar.xz
I've never trusted common variables. Take those bare ints out of
latin.h and put them in latin.c with 'extern' declarations in the header. [originally from svn r8794]
Diffstat (limited to 'latin.c')
-rw-r--r--latin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/latin.c b/latin.c
index 34c06c4..116cdae 100644
--- a/latin.c
+++ b/latin.c
@@ -16,6 +16,10 @@
* Solver.
*/
+#ifdef STANDALONE_SOLVER
+int solver_show_working, solver_recurse_depth;
+#endif
+
/*
* Function called when we are certain that a particular square has
* a particular number in it. The y-coordinate passed in here is