diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-18 09:00:00 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-18 09:00:00 (GMT) |
| commit | 60f0b0becd3d392dfdc4c48c5a08f82ef9efcd8c (patch) | |
| tree | f9adfb0d4d41e18bc8df990c3d2d4b5643f3e2a8 /generic/tclInt.h | |
| parent | ff63232013571f55475bb078f46eb5c7db946e09 (diff) | |
| parent | 2eb1ac150dbbbea5e6540e5c094bd47a63dea44b (diff) | |
| download | tcl-60f0b0becd3d392dfdc4c48c5a08f82ef9efcd8c.zip tcl-60f0b0becd3d392dfdc4c48c5a08f82ef9efcd8c.tar.gz tcl-60f0b0becd3d392dfdc4c48c5a08f82ef9efcd8c.tar.bz2 | |
Rebase to TIP #689 branch
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index ada17b3..3241651 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3288,6 +3288,7 @@ MODULE_SCOPE int TclFindDictElement(Tcl_Interp *interp, const char *dict, Tcl_Size dictLength, const char **elementPtr, const char **nextPtr, Tcl_Size *sizePtr, int *literalPtr); +MODULE_SCOPE Tcl_Obj * TclDictObjSmartRef(Tcl_Interp *interp, Tcl_Obj *); /* TIP #280 - Modified token based evaluation, with line information. */ MODULE_SCOPE int TclEvalEx(Tcl_Interp *interp, const char *script, Tcl_Size numBytes, int flags, Tcl_Size line, |
