summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-09-13 20:28:02 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-09-13 20:28:02 (GMT)
commite89503a925f86a4914df078203ed227305110bbd (patch)
tree928ee197f4d824447f5069ed6820e351afc7aaaf /generic/tclInt.h
parent779b664e54a9f926fbbd56866693099fe4ee2639 (diff)
parent2b83b2c9993319e242389505cc899ceacdea58c5 (diff)
downloadtcl-e89503a925f86a4914df078203ed227305110bbd.zip
tcl-e89503a925f86a4914df078203ed227305110bbd.tar.gz
tcl-e89503a925f86a4914df078203ed227305110bbd.tar.bz2
Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_GetIndexFromObj*() to the public interface) after positive vote from the TCT.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 1d380f9..a5e8122 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2612,15 +2612,6 @@ typedef struct TclFileAttrProcs {
} TclFileAttrProcs;
/*
- * Private flag value which controls Tcl_GetIndexFromObj*() routines
- * to instruct them not to cache lookups because the table will not
- * live long enough to make it worthwhile. Must not clash with public
- * flag value TCL_EXACT.
- */
-
-#define INDEX_TEMP_TABLE 2
-
-/*
* Opaque handle used in pipeline routines to encapsulate platform-dependent
* state.
*/