summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-02-15 14:04:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-02-15 14:04:15 (GMT)
commit3b5e7e9792b9b34111146557a3353756711b8133 (patch)
tree2127e967c8d192671aa5d194c38b4d745ab78bda /generic/tclCompile.h
parent3d6a406232dc52b9f475ef7ef3cfa77f8fa01b35 (diff)
downloadtcl-3b5e7e9792b9b34111146557a3353756711b8133.zip
tcl-3b5e7e9792b9b34111146557a3353756711b8133.tar.gz
tcl-3b5e7e9792b9b34111146557a3353756711b8133.tar.bz2
More internal use of size_t in stead of int, e.g. for epoch's
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 5ef154e..5bc3e81 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -425,7 +425,7 @@ typedef struct ByteCode {
* compiled. If the code is executed if a
* different namespace, it must be
* recompiled. */
- int nsEpoch; /* Value of nsPtr->resolverEpoch when this
+ size_t nsEpoch; /* Value of nsPtr->resolverEpoch when this
* ByteCode was compiled. Used to invalidate
* code when new namespace resolution rules
* are put into effect. */