summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-31 07:56:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-31 07:56:54 (GMT)
commit0287c4445a7538f25ec9186890ef648f5241bc8e (patch)
treef54839188b379d2b91c599c2375a3c8d3c991b09 /generic/tclInt.h
parente54a19b3bf910e66e23bb7583a5a2c3043361f94 (diff)
parentf385174158496b543825ede31d40b25de7196e51 (diff)
downloadtcl-0287c4445a7538f25ec9186890ef648f5241bc8e.zip
tcl-0287c4445a7538f25ec9186890ef648f5241bc8e.tar.gz
tcl-0287c4445a7538f25ec9186890ef648f5241bc8e.tar.bz2
Merge trunk
Handle caching of string intRep in more internal objTypes
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index d5a479b..2e533c9 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2463,11 +2463,16 @@ MODULE_SCOPE Tcl_ObjType tclBignumType;
MODULE_SCOPE Tcl_ObjType tclBooleanType;
MODULE_SCOPE Tcl_ObjType tclByteArrayType;
MODULE_SCOPE Tcl_ObjType tclByteCodeType;
+MODULE_SCOPE Tcl_ObjType tclDictType;
MODULE_SCOPE Tcl_ObjType tclDoubleType;
MODULE_SCOPE Tcl_ObjType tclEndOffsetType;
+MODULE_SCOPE Tcl_ObjType tclEncodingType;
+MODULE_SCOPE Tcl_ObjType tclExprCodeType;
+MODULE_SCOPE Tcl_ObjType tclFsPathType;
+MODULE_SCOPE Tcl_ObjType tclIndexType;
MODULE_SCOPE Tcl_ObjType tclIntType;
MODULE_SCOPE Tcl_ObjType tclListType;
-MODULE_SCOPE Tcl_ObjType tclDictType;
+MODULE_SCOPE Tcl_ObjType tclNsNameType;
MODULE_SCOPE Tcl_ObjType tclProcBodyType;
MODULE_SCOPE Tcl_ObjType tclStringType;
MODULE_SCOPE Tcl_ObjType tclArraySearchType;