summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-23 14:40:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-23 14:40:36 (GMT)
commit24512e71313741b19aa4d362a8df7e38ee269ee7 (patch)
treef38db03a70dcf8f30f4a19b24fc613fe3eda0a46 /generic/tclInt.h
parent649be23ea62274f8e19a6019d3ec476470fb9206 (diff)
parent1f58beed10dd10570b37d1f8e54391bcf1fb7f7c (diff)
downloadtcl-24512e71313741b19aa4d362a8df7e38ee269ee7.zip
tcl-24512e71313741b19aa4d362a8df7e38ee269ee7.tar.gz
tcl-24512e71313741b19aa4d362a8df7e38ee269ee7.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 5cdd9b4..9ddc2a1 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -224,7 +224,9 @@ typedef struct NamespacePathEntry NamespacePathEntry;
typedef struct TclVarHashTable {
Tcl_HashTable table;
struct Namespace *nsPtr;
+#if TCL_MAJOR_VERSION > 9
struct Var *arrayPtr;
+#endif /* TCL_MAJOR_VERSION > 9 */
} TclVarHashTable;
/*