summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
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/tclObj.c
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/tclObj.c')
-rw-r--r--generic/tclObj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index b145d7e..df17f13 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -402,7 +402,6 @@ TclInitObjSubsystem(void)
Tcl_RegisterObjType(&tclListType);
Tcl_RegisterObjType(&tclDictType);
Tcl_RegisterObjType(&tclByteCodeType);
- Tcl_RegisterObjType(&tclArraySearchType);
Tcl_RegisterObjType(&tclCmdNameType);
Tcl_RegisterObjType(&tclRegexpType);
Tcl_RegisterObjType(&tclProcBodyType);