summaryrefslogtreecommitdiffstats
path: root/generic/tclEnsemble.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-02-16 15:51:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-02-16 15:51:33 (GMT)
commit6f77a6be8e5e191769dc6cc6cf94c9563117298f (patch)
tree4541a38620d23b02bcaacc14664b95227715a1bb /generic/tclEnsemble.c
parente8f93f1b3a3d2f2c62dccbb116ea70769b4dafb1 (diff)
parent3b5e7e9792b9b34111146557a3353756711b8133 (diff)
downloadtcl-6f77a6be8e5e191769dc6cc6cf94c9563117298f.zip
tcl-6f77a6be8e5e191769dc6cc6cf94c9563117298f.tar.gz
tcl-6f77a6be8e5e191769dc6cc6cf94c9563117298f.tar.bz2
merge trunk
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 9a0e7b0..8ff5986 100644
--- a/generic/tclEnsemble.c
+++ b/generic/tclEnsemble.c
@@ -107,7 +107,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