summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-07-08 09:46:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-07-08 09:46:01 (GMT)
commitd5259dab0165d9c7445e14676e009bb55213aace (patch)
tree6d895f484691ec4c5b4b0ea200cd4297ffd21ea6 /generic/tclTest.c
parent26562de08390bae627d1602206683fae653f0c25 (diff)
downloadtcl-d5259dab0165d9c7445e14676e009bb55213aace.zip
tcl-d5259dab0165d9c7445e14676e009bb55213aace.tar.gz
tcl-d5259dab0165d9c7445e14676e009bb55213aace.tar.bz2
Use TCL_HASH_TYPE #define for compatibility with Tcl8 in stead of TCL_HASH_KEY_TYPE_VERSION_2
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 05383bb..fb8711a 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -6611,7 +6611,7 @@ TestHashSystemHashCmd(
Tcl_Obj *const objv[])
{
static const Tcl_HashKeyType hkType = {
- TCL_HASH_KEY_TYPE_VERSION_2, TCL_HASH_KEY_SYSTEM_HASH,
+ TCL_HASH_KEY_TYPE_VERSION, TCL_HASH_KEY_SYSTEM_HASH,
NULL, NULL, NULL, NULL
};
Tcl_HashTable hash;