summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-18 14:06:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-18 14:06:17 (GMT)
commitd7364d1f4bcb025930cf6d91cb2fe5787918bc41 (patch)
tree2d6a5d0e295ff78acb9fc9b3d15b6d340b6a8b21 /generic/tclEnv.c
parent303fbfc4be38a234f52db032c7cb87d0482e9cdc (diff)
parent176431f58481aeaba56e3463648fd85990236de4 (diff)
downloadtcl-d7364d1f4bcb025930cf6d91cb2fe5787918bc41.zip
tcl-d7364d1f4bcb025930cf6d91cb2fe5787918bc41.tar.gz
tcl-d7364d1f4bcb025930cf6d91cb2fe5787918bc41.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r--generic/tclEnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEnv.c b/generic/tclEnv.c
index 869f92a..5be6488 100644
--- a/generic/tclEnv.c
+++ b/generic/tclEnv.c
@@ -45,7 +45,7 @@ static struct {
* need to track this in case another
* subsystem swaps around the environ array
* like we do. */
- int ourEnvironSize; /* Non-zero means that the environ array was
+ size_t ourEnvironSize; /* Non-zero means that the environ array was
* malloced and has this many total entries
* allocated to it (not all may be in use at
* once). Zero means that the environment