summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-12-19 16:22:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-12-19 16:22:24 (GMT)
commit77c0d1662a845a70d47d2bfbe97f8da58fbc41e1 (patch)
treeba3ec495e8d386603c7264e401d591c9188924c4 /generic/tclCompile.h
parent8fa6374b22b79c0ad8b2ff6e59edb4357b825484 (diff)
parentee66488c3683d1e2b6ac36f523638c42c5649433 (diff)
downloadtcl-77c0d1662a845a70d47d2bfbe97f8da58fbc41e1.zip
tcl-77c0d1662a845a70d47d2bfbe97f8da58fbc41e1.tar.gz
tcl-77c0d1662a845a70d47d2bfbe97f8da58fbc41e1.tar.bz2
merge 8.7
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 1cd937c..aba3dc6 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -425,11 +425,11 @@ typedef struct ByteCode {
* compiled. If the code is executed if a
* different namespace, it must be
* recompiled. */
- size_t nsEpoch; /* Value of nsPtr->resolverEpoch when this
+ unsigned int nsEpoch; /* Value of nsPtr->resolverEpoch when this
* ByteCode was compiled. Used to invalidate
* code when new namespace resolution rules
* are put into effect. */
- int refCount; /* Reference count: set 1 when created plus 1
+ unsigned int refCount; /* Reference count: set 1 when created plus 1
* for each execution of the code currently
* active. This structure can be freed when
* refCount becomes zero. */