summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-04-14 03:24:42 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-04-14 03:24:42 (GMT)
commitec63738e5cc5f171f66684c4ce9aebfb97b1a90b (patch)
tree5c1e98975b8897b4eee8308f4a2875eb07fc2544 /generic/tclTestObj.c
parentdcd5ea5b916676bf83a5fd3de9ee1d19e1f45c81 (diff)
parentf7c3a988274b5e8026bf4836028bfd6831e6a615 (diff)
downloadtcl-ec63738e5cc5f171f66684c4ce9aebfb97b1a90b.zip
tcl-ec63738e5cc5f171f66684c4ce9aebfb97b1a90b.tar.gz
tcl-ec63738e5cc5f171f66684c4ce9aebfb97b1a90b.tar.bz2
Merge trunk
Diffstat (limited to 'generic/tclTestObj.c')
-rw-r--r--generic/tclTestObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTestObj.c b/generic/tclTestObj.c
index 2e7d70e..eb64717 100644
--- a/generic/tclTestObj.c
+++ b/generic/tclTestObj.c
@@ -903,7 +903,7 @@ TestlistobjCmd(
Tcl_Size first; /* First index in the list */
Tcl_Size count; /* Count of elements in a list */
Tcl_Obj **varPtr;
- int i, len;
+ Tcl_Size i, len;
if (objc < 3) {
Tcl_WrongNumArgs(interp, 1, objv, "option arg ?arg...?");