summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-04-23 05:23:01 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-04-23 05:23:01 (GMT)
commit9cd23041f3a73559c43adb6120b1ccdf4bd15604 (patch)
tree9d892f7c1dc31aa2cccbc6d9344a246c1354f1ea /generic/tclInt.h
parent08d2d4c09be5b73ac1afa73c49d4cad5aff59cf2 (diff)
parent00afea1c26cff64d1347e8c667dac60dc0a8f3d8 (diff)
downloadtcl-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.h4
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,