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 | 883ca7abcd437926de756a838f60e7574f111881 (patch) | |
tree | 9626f65888fa08221c69512196a28d3d7c220f05 /generic/tclInt.h | |
parent | b40d7eb1f9fd438d96313292e9ff667799c7e911 (diff) | |
download | tcl-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.h | 1 |
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; |