summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
/*