diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-31 18:47:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-31 18:47:26 (GMT) |
commit | 7e30bd73bdf1406fbbff99255256f0b9d2ba0181 (patch) | |
tree | 412d59b079017abb778b9483c6d182a31216e9fa /win/tclWinPipe.c | |
parent | 92bec6e359c2f911e7d60eaa4dd21d2cefa0db09 (diff) | |
parent | f4cedcbce197fa8bedcd0bdbff05b9434adef7b4 (diff) | |
download | tcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.zip tcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.tar.gz tcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.tar.bz2 |
merge trunk
Diffstat (limited to 'win/tclWinPipe.c')
-rw-r--r-- | win/tclWinPipe.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/tclWinPipe.c b/win/tclWinPipe.c index b0e830f..33493ae 100644 --- a/win/tclWinPipe.c +++ b/win/tclWinPipe.c @@ -82,6 +82,12 @@ static ProcInfo *procList; #define PIPE_EXTRABYTE (1<<3) /* The reader thread has consumed one byte. */ /* + * TODO: It appears the whole EXTRABYTE machinery is in place to support + * outdated Win 95 systems. If this can be confirmed, much code can be + * deleted. + */ + +/* * This structure describes per-instance data for a pipe based channel. */ |