summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-09-02 21:04:25 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-09-02 21:04:25 (GMT)
commit2b83b2c9993319e242389505cc899ceacdea58c5 (patch)
tree91349ef184de39e234838e41f35ea9b3ff03226b /generic/tclInt.h
parentebff38e9650909e43dff4244867212e6c4133a0e (diff)
downloadtcl-2b83b2c9993319e242389505cc899ceacdea58c5.zip
tcl-2b83b2c9993319e242389505cc899ceacdea58c5.tar.gz
tcl-2b83b2c9993319e242389505cc899ceacdea58c5.tar.bz2
Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetIndexFromObj*() to the public interface
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 2f12b8f..7791a1c 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2606,15 +2606,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.
*/