* variable.c: Align type of variable_changenum.

This commit is contained in:
Paul Smith 2016-03-19 17:23:19 -04:00
parent 9ae02b7916
commit 09202bc880

View file

@ -30,7 +30,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#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. */