summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/var.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/var.h')
-rw-r--r--usr.bin/make/var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h
index 1621b46..530577e 100644
--- a/usr.bin/make/var.h
+++ b/usr.bin/make/var.h
@@ -62,9 +62,9 @@ typedef struct Var {
typedef struct {
char *lhs; /* String to match */
- int leftLen; /* Length of string */
+ size_t leftLen; /* Length of string */
char *rhs; /* Replacement string (w/ &'s removed) */
- int rightLen; /* Length of replacement */
+ size_t rightLen; /* Length of replacement */
int flags;
} VarPattern;
OpenPOWER on IntegriCloud