summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsGR.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-08-13 06:22:28 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-08-13 06:22:28 (GMT)
commitaa0e1c2bd9fdf410f64757221acca981bf233f25 (patch)
treeab0962335fe6b65d66bc7c6954d3e24cc989db42 /generic/tclCompCmdsGR.c
parentbaa91f87baabfa31e9174c78f76125d98d891b4e (diff)
downloadtcl-aa0e1c2bd9fdf410f64757221acca981bf233f25.zip
tcl-aa0e1c2bd9fdf410f64757221acca981bf233f25.tar.gz
tcl-aa0e1c2bd9fdf410f64757221acca981bf233f25.tar.bz2
Revert [0b05b5c750df] that broke bigdata tests and lseq-1.13
Diffstat (limited to 'generic/tclCompCmdsGR.c')
-rw-r--r--generic/tclCompCmdsGR.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmdsGR.c b/generic/tclCompCmdsGR.c
index 892387e..f35cd50 100644
--- a/generic/tclCompCmdsGR.c
+++ b/generic/tclCompCmdsGR.c
@@ -49,8 +49,8 @@ static int IndexTailVarIfKnown(Tcl_Interp *interp,
int
TclGetIndexFromToken(
Tcl_Token *tokenPtr,
- int before,
- int after,
+ size_t before,
+ size_t after,
int *indexPtr)
{
Tcl_Obj *tmpObj;