summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.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/tclIO.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/tclIO.h')
-rw-r--r--generic/tclIO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h
index ffbfa31..07c54fa 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -214,7 +214,7 @@ typedef struct ChannelState {
* because it happened in the background. The
* value is the chanMg, if any. #219's
* companion to 'unreportedError'. */
- int epoch; /* Used to test validity of stored channelname
+ size_t epoch; /* Used to test validity of stored channelname
* lookup results. */
} ChannelState;