summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-11-15 19:13:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-11-15 19:13:55 (GMT)
commit511765faae09dd5a56da42a2df297514cff7df3e (patch)
tree7c88e73aa57e7ac1f0e2822d6f6691ec6e45dd86 /generic/tclIO.h
parent3046c87be9fbd3d2dbf044039d27385a0c38aeed (diff)
downloadtcl-511765faae09dd5a56da42a2df297514cff7df3e.zip
tcl-511765faae09dd5a56da42a2df297514cff7df3e.tar.gz
tcl-511765faae09dd5a56da42a2df297514cff7df3e.tar.bz2
Add entry for Tcl_StaticPackage in internal stub table, since the public one is deprecated and will be removed in 9.0
Clean-up a lot of type-casts, which are not necessary any more.
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