diff options
author | dgp <dgp@users.sourceforge.net> | 2017-02-16 15:51:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-02-16 15:51:33 (GMT) |
commit | dc151ef624774207acdd55309d1812f75c528d99 (patch) | |
tree | 4541a38620d23b02bcaacc14664b95227715a1bb /generic/tclIO.c | |
parent | 37143a57b54a07eebe0375212823fbc856406a99 (diff) | |
parent | 462ffc792711dc33c7d17b48fc3bdb65bee277de (diff) | |
download | tcl-dc151ef624774207acdd55309d1812f75c528d99.zip tcl-dc151ef624774207acdd55309d1812f75c528d99.tar.gz tcl-dc151ef624774207acdd55309d1812f75c528d99.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r-- | generic/tclIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c index 28aaa54..f6d0cbf 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -321,7 +321,7 @@ static int WillRead(Channel *chanPtr); typedef struct ResolvedChanName { ChannelState *statePtr; /* The saved lookup result */ Tcl_Interp *interp; /* The interp in which the lookup was done. */ - int epoch; /* The epoch of the channel when the lookup + size_t epoch; /* The epoch of the channel when the lookup * was done. Use to verify validity. */ size_t refCount; /* Share this struct among many Tcl_Obj. */ } ResolvedChanName; |