mirror of
https://github.com/mirror/make.git
synced 2026-08-08 17:10:58 +00:00
* variable.c: Align type of variable_changenum.
This commit is contained in:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user