summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-02 20:43:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-02 20:43:16 (GMT)
commit3f704efe4e8c1fc7b8eff04d4a7eb80c31c7f44e (patch)
tree2197fdfe935e76e4b8dd4b78ccd3a79b7320603d /unix/tclUnixTest.c
parent7add065e0f5720a2ee8d4d874931087e1ad246cc (diff)
parent8e39be1340c8878cb33ac4c219acb88d3521a7a0 (diff)
downloadtcl-3f704efe4e8c1fc7b8eff04d4a7eb80c31c7f44e.zip
tcl-3f704efe4e8c1fc7b8eff04d4a7eb80c31c7f44e.tar.gz
tcl-3f704efe4e8c1fc7b8eff04d4a7eb80c31c7f44e.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. */