summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rule.c b/rule.c
index 77451cc..322ed23 100644
--- a/rule.c
+++ b/rule.c
@@ -69,7 +69,7 @@ void
count_implicit_rule_limits (void)
{
char *name;
- unsigned int namelen;
+ int namelen;
register struct rule *rule, *lastrule;
num_pattern_rules = max_pattern_targets = max_pattern_deps = 0;