diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-06 18:48:35 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-06 18:48:35 (GMT) |
| commit | 4f9704bc3546557fd6bcd3054443f1fdf61ad5f8 (patch) | |
| tree | 15d685cfcc2644b02a3d4cd1b1a466a19c60c871 /generic/tclInt.h | |
| parent | 4d465feb6718d732b60c69b88feaf350c5947dd6 (diff) | |
| parent | 02f1d35bc6192c9472d75082b86bc2f052058ddd (diff) | |
| download | tcl-4f9704bc3546557fd6bcd3054443f1fdf61ad5f8.zip tcl-4f9704bc3546557fd6bcd3054443f1fdf61ad5f8.tar.gz tcl-4f9704bc3546557fd6bcd3054443f1fdf61ad5f8.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index c9b4814..77eebb8 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -4066,8 +4066,6 @@ MODULE_SCOPE Tcl_Obj * TclGetArrayDefault(Var *arrayPtr); MODULE_SCOPE int TclIndexEncode(Tcl_Interp *interp, Tcl_Obj *objPtr, int before, int after, int *indexPtr); MODULE_SCOPE Tcl_Size TclIndexDecode(int encoded, Tcl_Size endValue); -MODULE_SCOPE int TclIndexInvalidError(Tcl_Interp *interp, - const char *idxType, Tcl_Size idx); /* * Error message utility functions |
