summaryrefslogtreecommitdiffstats
path: root/generic/tclEnsemble.c
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/tclEnsemble.c
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/tclEnsemble.c')
-rw-r--r--generic/tclEnsemble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEnsemble.c b/generic/tclEnsemble.c
index 6ada155..f3e8187 100644
--- a/generic/tclEnsemble.c
+++ b/generic/tclEnsemble.c
@@ -92,7 +92,7 @@ static const Tcl_ObjType ensembleCmdType = {
*/
typedef struct {
- int epoch; /* Used to confirm when the data in this
+ size_t epoch; /* Used to confirm when the data in this
* really structure matches up with the
* ensemble. */
Command *token; /* Reference to the command for which this