diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-04 14:19:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-04 14:19:52 (GMT) |
commit | b5273bc1fa5f55149f34824435b65ea807794abc (patch) | |
tree | 5df08d95415ee2546150f3fcfe45ce1ddcb4e499 /unix/tclUnixTest.c | |
parent | cdba31b9d5e939cc2f78069f835b086c5aa85a70 (diff) | |
parent | ce501f14c53a6a094e48453148d08a3e82cfde9a (diff) | |
download | tcl-b5273bc1fa5f55149f34824435b65ea807794abc.zip tcl-b5273bc1fa5f55149f34824435b65ea807794abc.tar.gz tcl-b5273bc1fa5f55149f34824435b65ea807794abc.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. */ |