diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-23 14:40:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-23 14:40:36 (GMT) |
commit | 24512e71313741b19aa4d362a8df7e38ee269ee7 (patch) | |
tree | f38db03a70dcf8f30f4a19b24fc613fe3eda0a46 /generic/tclInt.h | |
parent | 649be23ea62274f8e19a6019d3ec476470fb9206 (diff) | |
parent | 1f58beed10dd10570b37d1f8e54391bcf1fb7f7c (diff) | |
download | tcl-24512e71313741b19aa4d362a8df7e38ee269ee7.zip tcl-24512e71313741b19aa4d362a8df7e38ee269ee7.tar.gz tcl-24512e71313741b19aa4d362a8df7e38ee269ee7.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 2 |
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; /* |