summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-16 15:59:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-16 15:59:40 (GMT)
commit9e7c15f53e347ceeba8e57c54973a2c2afb4d9d5 (patch)
treec97e96389c58ac76d16b27fe19ddb3689118e093 /unix/tclUnixTest.c
parented326ae9b57394d1756cebbb0bbe5c828fede4cd (diff)
parent0dd529776d4895043aa957a1e7f21d4015733c4e (diff)
downloadtcl-9e7c15f53e347ceeba8e57c54973a2c2afb4d9d5.zip
tcl-9e7c15f53e347ceeba8e57c54973a2c2afb4d9d5.tar.gz
tcl-9e7c15f53e347ceeba8e57c54973a2c2afb4d9d5.tar.bz2
merge trunk
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r--unix/tclUnixTest.c2
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. */