summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r--generic/tclIO.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h
index fe34414..62cf6e8 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -286,6 +286,7 @@ typedef struct ChannelState {
* usable, but it may not be closed
* again from within the close
* handler. */
+#define ENCODING_FAILINDEX (1<<20) /* Internal flag, fail on Invalid bytes only */
#define CHANNEL_CLOSEDWRITE (1<<21) /* Channel write side has been closed.
* No further Tcl-level write IO on
* the channel is allowed. */