summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-09 18:45:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-09 18:45:05 (GMT)
commit933ddfa420f7307316da52c6d8d0b3f705851fce (patch)
tree3adb5f017a839e316ae9a7654d93fc0d241fadb2 /generic/tclIO.h
parent8556b7142971aec9ec8eef280d1290bb55523428 (diff)
parentb6b8c1ac8f21b3562a5980453b0250ea68909648 (diff)
downloadtcl-933ddfa420f7307316da52c6d8d0b3f705851fce.zip
tcl-933ddfa420f7307316da52c6d8d0b3f705851fce.tar.gz
tcl-933ddfa420f7307316da52c6d8d0b3f705851fce.tar.bz2
size_t -> Tcl_Size (twice)
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 711863b..1077e09 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -220,7 +220,7 @@ typedef struct ChannelState {
* because it happened in the background. The
* value is the chanMg, if any. #219's
* companion to 'unreportedError'. */
- size_t epoch; /* Used to test validity of stored channelname
+ Tcl_Size epoch; /* Used to test validity of stored channelname
* lookup results. */
int maxPerms; /* TIP #220: Max access privileges
* the channel was created with. */