From 73922cbaaa2876287ba74baabdabb84ae81a3b5f Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 31 Mar 2022 21:45:51 +0000 Subject: Make "word" in ForIterData size_t ; --- generic/tclInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclInt.h b/generic/tclInt.h index a7e9823..4714c6f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2803,7 +2803,7 @@ typedef struct ForIterData { Tcl_Obj *body; /* Loop body. */ Tcl_Obj *next; /* Loop step script, NULL for 'while'. */ const char *msg; /* Error message part. */ - int word; /* Index of the body script in the command */ + size_t word; /* Index of the body script in the command */ } ForIterData; /* TIP #357 - Structure doing the bookkeeping of handles for Tcl_LoadFile -- cgit v0.12