diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-23 05:23:01 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-04-23 05:23:01 (GMT) |
commit | 9cd23041f3a73559c43adb6120b1ccdf4bd15604 (patch) | |
tree | 9d892f7c1dc31aa2cccbc6d9344a246c1354f1ea /generic/tclInt.h | |
parent | 08d2d4c09be5b73ac1afa73c49d4cad5aff59cf2 (diff) | |
parent | 00afea1c26cff64d1347e8c667dac60dc0a8f3d8 (diff) | |
download | tcl-9cd23041f3a73559c43adb6120b1ccdf4bd15604.zip tcl-9cd23041f3a73559c43adb6120b1ccdf4bd15604.tar.gz tcl-9cd23041f3a73559c43adb6120b1ccdf4bd15604.tar.bz2 |
Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf)
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index aa7313a..cf8b3ce 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3241,8 +3241,8 @@ MODULE_SCOPE Tcl_Obj * TclListObjCopy(Tcl_Interp *interp, Tcl_Obj *listPtr); MODULE_SCOPE int TclListObjAppendElements(Tcl_Interp *interp, Tcl_Obj *toObj, Tcl_Size elemCount, Tcl_Obj *const elemObjv[]); -MODULE_SCOPE Tcl_Obj * TclListObjRange(Tcl_Obj *listPtr, Tcl_Size fromIdx, - Tcl_Size toIdx); +MODULE_SCOPE Tcl_Obj * TclListObjRange(Tcl_Interp *interp, Tcl_Obj *listPtr, + Tcl_Size fromIdx, Tcl_Size toIdx); MODULE_SCOPE Tcl_Obj * TclLsetList(Tcl_Interp *interp, Tcl_Obj *listPtr, Tcl_Obj *indexPtr, Tcl_Obj *valuePtr); MODULE_SCOPE Tcl_Obj * TclLsetFlat(Tcl_Interp *interp, Tcl_Obj *listPtr, |