summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-06-30 13:16:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-06-30 13:16:44 (GMT)
commitc1ce97106f2bcbbcad391621a3617e14a7648052 (patch)
tree5c0b46ceadbe2eff89d3297cc3b0b75ce3643b25 /unix/tclUnixTest.c
parentc8212c36e91c536433c5a43b8a66ddb19c20d723 (diff)
downloadtcl-c1ce97106f2bcbbcad391621a3617e14a7648052.zip
tcl-c1ce97106f2bcbbcad391621a3617e14a7648052.tar.gz
tcl-c1ce97106f2bcbbcad391621a3617e14a7648052.tar.bz2
Simplify use of "struct" keyword in many places.
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. */