summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-08 06:53:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-08 06:53:00 (GMT)
commit9d68b2dbd19c376370345b938be80f15aab880d4 (patch)
tree2cfc548841ebff7b015fbd38f8ba168c50272202 /generic/tclIORChan.c
parenta5482cc2a7fdc67be65d9d9927f5047222b18b62 (diff)
downloadtcl-9d68b2dbd19c376370345b938be80f15aab880d4.zip
tcl-9d68b2dbd19c376370345b938be80f15aab880d4.tar.gz
tcl-9d68b2dbd19c376370345b938be80f15aab880d4.tar.bz2
Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in Tcl 9 they are not).
Eliminate use of (local) list_index_t type
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index cebc33f..23049fb 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -114,15 +114,15 @@ typedef struct {
int dead; /* Boolean signal that some operations
* should no longer be attempted. */
- Tcl_TimerToken readTimer; /*
+ Tcl_TimerToken readTimer; /*
A token for the timer that is scheduled in
order to call Tcl_NotifyChannel when the
- channel is readable
+ channel is readable
*/
- Tcl_TimerToken writeTimer; /*
+ Tcl_TimerToken writeTimer; /*
A token for the timer that is scheduled in
order to call Tcl_NotifyChannel when the
- channel is writable
+ channel is writable
*/
/*