summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-19 19:31:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-19 19:31:28 (GMT)
commit883ca7abcd437926de756a838f60e7574f111881 (patch)
tree9626f65888fa08221c69512196a28d3d7c220f05 /generic/tclInt.h
parentb40d7eb1f9fd438d96313292e9ff667799c7e911 (diff)
downloadtcl-883ca7abcd437926de756a838f60e7574f111881.zip
tcl-883ca7abcd437926de756a838f60e7574f111881.tar.gz
tcl-883ca7abcd437926de756a838f60e7574f111881.tar.bz2
[0363f0146c] Fix [array startsearch] id handling to support var name variations
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 4ecac7d..b39c8ea 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2707,7 +2707,6 @@ MODULE_SCOPE const Tcl_ObjType tclListType;
MODULE_SCOPE const Tcl_ObjType tclDictType;
MODULE_SCOPE const Tcl_ObjType tclProcBodyType;
MODULE_SCOPE const Tcl_ObjType tclStringType;
-MODULE_SCOPE const Tcl_ObjType tclArraySearchType;
MODULE_SCOPE const Tcl_ObjType tclEnsembleCmdType;
#ifndef TCL_WIDE_INT_IS_LONG
MODULE_SCOPE const Tcl_ObjType tclWideIntType;