diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-16 15:59:40 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-16 15:59:40 (GMT) |
| commit | 9e7c15f53e347ceeba8e57c54973a2c2afb4d9d5 (patch) | |
| tree | c97e96389c58ac76d16b27fe19ddb3689118e093 /unix/tclUnixTest.c | |
| parent | ed326ae9b57394d1756cebbb0bbe5c828fede4cd (diff) | |
| parent | 0dd529776d4895043aa957a1e7f21d4015733c4e (diff) | |
| download | tcl-9e7c15f53e347ceeba8e57c54973a2c2afb4d9d5.zip tcl-9e7c15f53e347ceeba8e57c54973a2c2afb4d9d5.tar.gz tcl-9e7c15f53e347ceeba8e57c54973a2c2afb4d9d5.tar.bz2 | |
merge trunk
Diffstat (limited to 'unix/tclUnixTest.c')
| -rw-r--r-- | unix/tclUnixTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c index c5ac52a..86e0925 100644 --- a/unix/tclUnixTest.c +++ b/unix/tclUnixTest.c @@ -37,7 +37,7 @@ * exercised by the "testfilehandler" command. */ -typedef struct Pipe { +typedef struct { TclFile readFile; /* File handle for reading from the pipe. NULL * means pipe doesn't exist yet. */ TclFile writeFile; /* File handle for writing from the pipe. */ |
