summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInfo.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-20 10:07:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-20 10:07:19 (GMT)
commitb27acbe84f73b35a0b28f078eb6a758f26a57595 (patch)
tree7c7ea7c9bbdbfbe030cf936560bcce477e3c0e78 /generic/tclOOInfo.c
parent6643ceb1413079a9b7175b6c9fae4d81e0a0d40a (diff)
downloadtcl-b27acbe84f73b35a0b28f078eb6a758f26a57595.zip
tcl-b27acbe84f73b35a0b28f078eb6a758f26a57595.tar.gz
tcl-b27acbe84f73b35a0b28f078eb6a758f26a57595.tar.bz2
More int/Tcl_Size backport
Diffstat (limited to 'generic/tclOOInfo.c')
-rw-r--r--generic/tclOOInfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOOInfo.c b/generic/tclOOInfo.c
index f7f5de1..b87877f 100644
--- a/generic/tclOOInfo.c
+++ b/generic/tclOOInfo.c
@@ -1889,7 +1889,7 @@ static void
SortPropList(
Tcl_Obj *list)
{
- int ec;
+ Tcl_Size ec;
Tcl_Obj **ev;
Tcl_ListObjGetElements(NULL, list, &ec, &ev);