summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2016-09-08 03:01:05 (GMT)
committerhypnotoad <yoda@etoyoc.com>2016-09-08 03:01:05 (GMT)
commite14a1e9e3d1cccc0728ea5c2f64108dde551ab65 (patch)
tree171c5760b19ab718ee662cf8b318ec5235a23e53 /unix/tclUnixTest.c
parent5c93243c18d3055718ed159f4b263c7cc4e299e0 (diff)
parent3da8f74e759e03013e397849f1d550754f6bf059 (diff)
downloadtcl-e14a1e9e3d1cccc0728ea5c2f64108dde551ab65.zip
tcl-e14a1e9e3d1cccc0728ea5c2f64108dde551ab65.tar.gz
tcl-e14a1e9e3d1cccc0728ea5c2f64108dde551ab65.tar.bz2
Pulling changes from 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. */