diff options
author | dgp <dgp@users.sourceforge.net> | 2016-07-19 19:31:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-07-19 19:31:28 (GMT) |
commit | 3cd3541039fbae50bcacc56f393d644789ce7002 (patch) | |
tree | 9626f65888fa08221c69512196a28d3d7c220f05 /generic/tclObj.c | |
parent | 87a97e06096d9c6d5aa7082e311a0165ddc7727c (diff) | |
download | tcl-3cd3541039fbae50bcacc56f393d644789ce7002.zip tcl-3cd3541039fbae50bcacc56f393d644789ce7002.tar.gz tcl-3cd3541039fbae50bcacc56f393d644789ce7002.tar.bz2 |
[0363f0146c] Fix [array startsearch] id handling to support var name variations
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r-- | generic/tclObj.c | 1 |
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); |