diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-12 12:00:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-12 12:00:11 (GMT) |
commit | d2ef001c4971191280470eca5f1cf9dc1e2d8070 (patch) | |
tree | db4a77927de2a4d6c6cf2bc672ebda4098b9b1a0 /unix/tclUnixTest.c | |
parent | b4b8dd8fff2ee43a04eb72c864dd5521577ee029 (diff) | |
parent | 9b4213bb3f91778b852b5b3bf24904dfb7e6b04b (diff) | |
download | tcl-d2ef001c4971191280470eca5f1cf9dc1e2d8070.zip tcl-d2ef001c4971191280470eca5f1cf9dc1e2d8070.tar.gz tcl-d2ef001c4971191280470eca5f1cf9dc1e2d8070.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. */ |