diff options
author | dgp <dgp@users.sourceforge.net> | 2014-05-28 18:58:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-05-28 18:58:51 (GMT) |
commit | d344208a62df4671dac9a66fa4589979bc68d7bb (patch) | |
tree | 9be3430887ad5943e0fe6308e10daaf21569c76a /generic/tclIO.h | |
parent | 7e7fc66d0c49405ff64c193170207ba58c33301f (diff) | |
parent | 8dc54fa3e0120b8916399d8eb7c07c8dbf3810cb (diff) | |
download | tcl-d344208a62df4671dac9a66fa4589979bc68d7bb.zip tcl-d344208a62df4671dac9a66fa4589979bc68d7bb.tar.gz tcl-d344208a62df4671dac9a66fa4589979bc68d7bb.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.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h index b8fb5be..59182ec 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. */ |