diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-08-13 06:22:28 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-08-13 06:22:28 (GMT) |
commit | aa0e1c2bd9fdf410f64757221acca981bf233f25 (patch) | |
tree | ab0962335fe6b65d66bc7c6954d3e24cc989db42 /generic/tclCompCmdsGR.c | |
parent | baa91f87baabfa31e9174c78f76125d98d891b4e (diff) | |
download | tcl-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.c | 4 |
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; |