summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-08 00:10:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-08 00:10:13 (GMT)
commit5e4013330a16bddc87cd9179fce996982e333f20 (patch)
tree693396587efa40ac068fd40c3b9923fdf829ab68 /generic/tclIO.h
parent9f59ec07c0f380bd4766fd9f2c54afebfe44c1f9 (diff)
downloadtcl-5e4013330a16bddc87cd9179fce996982e333f20.zip
tcl-5e4013330a16bddc87cd9179fce996982e333f20.tar.gz
tcl-5e4013330a16bddc87cd9179fce996982e333f20.tar.bz2
-nocomplainencoding and -strictencoding are incompatible
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r--generic/tclIO.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h
index b86dc1d..e8d2736 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -273,6 +273,8 @@ typedef struct ChannelState {
* changes. */
#define CHANNEL_RAW_MODE (1<<16) /* When set, notes that the Raw API is
* being used. */
+#define CHANNEL_ENCODING_NOCOMPLAIN (1<<17) /* set if option
+ * -nocomplaincoding is set to 1 */
#define CHANNEL_ENCODING_STRICT (1<<18) /* set if option
* -strictencoding is set to 1 */
#define CHANNEL_INCLOSE (1<<19) /* Channel is currently being closed.