From 09202bc880b1cb40bdf5035b7cefebc74d4c552e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 19 Mar 2016 17:23:19 -0400 Subject: [PATCH] * variable.c: Align type of variable_changenum. --- variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable.c b/variable.c index 35ba4f2a..ca33a4c4 100644 --- a/variable.c +++ b/variable.c @@ -30,7 +30,7 @@ this program. If not, see . */ #include "hash.h" /* Incremented every time we add or remove a global variable. */ -static unsigned int variable_changenum; +static unsigned long variable_changenum; /* Chain of all pattern-specific variables. */