summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 11:32:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 11:32:40 (GMT)
commit69be965a23d98385d4acac0644ae83c5c24c1662 (patch)
treed41159646dded88795b6bf902f40a08246fb056b /generic/tclIO.h
parent3408294224c7b4208ce601753a2180879b41e6ca (diff)
downloadtcl-69be965a23d98385d4acac0644ae83c5c24c1662.zip
tcl-69be965a23d98385d4acac0644ae83c5c24c1662.tar.gz
tcl-69be965a23d98385d4acac0644ae83c5c24c1662.tar.bz2
change ClientData -> void * in a lot of places (mainly header files)
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 07c54fa..15f0f78 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -96,7 +96,7 @@ typedef struct EventScriptRecord {
typedef struct Channel {
struct ChannelState *state; /* Split out state information */
- ClientData instanceData; /* Instance-specific data provided by creator
+ void *instanceData; /* Instance-specific data provided by creator
* of channel. */
const Tcl_ChannelType *typePtr; /* Pointer to channel type structure. */
struct Channel *downChanPtr;/* Refers to channel this one was stacked