diff options
| author | pooryorick <com.digitalsmarties@pooryorick.com> | 2017-12-26 17:27:28 (GMT) |
|---|---|---|
| committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2017-12-26 17:27:28 (GMT) |
| commit | b0e6ac7da971dfe524e51a17770c118b3af51505 (patch) | |
| tree | 35e94ff929742cb15f860eb9cef04ea1d2b21410 /generic/tclEnsemble.c | |
| parent | 3ddcb1cfb5dd70afa094e3113ab1946df9cbe222 (diff) | |
| parent | 9a9b619c9f29470dab9e33b0c593b7e648224515 (diff) | |
| download | tcl-b0e6ac7da971dfe524e51a17770c118b3af51505.zip tcl-b0e6ac7da971dfe524e51a17770c118b3af51505.tar.gz tcl-b0e6ac7da971dfe524e51a17770c118b3af51505.tar.bz2 | |
merge core-8-branch
Diffstat (limited to 'generic/tclEnsemble.c')
| -rw-r--r-- | generic/tclEnsemble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEnsemble.c b/generic/tclEnsemble.c index 580ea5c..e7bfbac 100644 --- a/generic/tclEnsemble.c +++ b/generic/tclEnsemble.c @@ -92,7 +92,7 @@ static const Tcl_ObjType ensembleCmdType = { */ typedef struct { - size_t epoch; /* Used to confirm when the data in this + unsigned int 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 |
