diff options
author | dgp <dgp@users.sourceforge.net> | 2014-03-21 17:11:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-03-21 17:11:32 (GMT) |
commit | 72ae8dccf119510f1b175a9a2243a87069cef308 (patch) | |
tree | 1ac746813e875394bef57b70698fcadb2bb2392f /win/tclWinPipe.c | |
parent | 148177b382eb972506f96cd8bfb45c6958cea1b6 (diff) | |
download | tcl-72ae8dccf119510f1b175a9a2243a87069cef308.zip tcl-72ae8dccf119510f1b175a9a2243a87069cef308.tar.gz tcl-72ae8dccf119510f1b175a9a2243a87069cef308.tar.bz2 |
Added comments raising questions about possible updates to channel
drivers on Windows.
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 77fc776..a9eec6d 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. */ |