summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-05-29 15:04:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-05-29 15:04:52 (GMT)
commita317bfbe0735d86682ee279cd1359576169bb8db (patch)
treed951445f494d1c37abde27c5ed76ca13e2802783 /generic/tclIO.h
parent1d5af978995371afaa672cebd55f527be43abe94 (diff)
parentd344208a62df4671dac9a66fa4589979bc68d7bb (diff)
downloadtcl-a317bfbe0735d86682ee279cd1359576169bb8db.zip
tcl-a317bfbe0735d86682ee279cd1359576169bb8db.tar.gz
tcl-a317bfbe0735d86682ee279cd1359576169bb8db.tar.bz2
Refinements of FlushChannel() and its callers. Notably includes removal of the flag BUFFER_READY.
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r--generic/tclIO.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h
index 4133ee0..097cd61 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -227,11 +227,6 @@ typedef struct ChannelState {
* flushed after every newline. */
#define CHANNEL_UNBUFFERED (1<<5) /* Output to the channel must always
* be flushed immediately. */
-#define BUFFER_READY (1<<6) /* Current output buffer (the
- * curOutPtr field in the channel
- * structure) should be output as soon
- * as possible even though it may not
- * be full. */
#define BG_FLUSH_SCHEDULED (1<<7) /* A background flush of the queued
* output buffers has been
* scheduled. */