mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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]
This commit is contained in:
4
latin.c
4
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
|
||||
|
Reference in New Issue
Block a user