mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-27 01:27:58 +00:00
* variable.c: Align type of variable_changenum.
This commit is contained in:
parent
9ae02b7916
commit
09202bc880
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue