From 3c3368d07facee6011cd694f0afac9b1bb4c3f73 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 27 Dec 2009 10:01:18 +0000 Subject: 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] --- latin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'latin.h') diff --git a/latin.h b/latin.h index dbea6e4..4ec6954 100644 --- a/latin.h +++ b/latin.h @@ -8,7 +8,7 @@ typedef unsigned char digit; /* --- Solver structures, definitions --- */ #ifdef STANDALONE_SOLVER -int solver_show_working, solver_recurse_depth; +extern int solver_show_working, solver_recurse_depth; #endif struct latin_solver { -- cgit v1.1