summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2016-06-30 13:16:44 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2016-06-30 13:16:44 (GMT)
commit5878c85066c73bf6126094553b121b87576faa77 (patch)
treeef2e8180deb53a92c9aec9599b571e7fe22fb38d /unix/tclUnixTest.c
parentd120ae3daea1e8fe6a57a7156a82d524531530ec (diff)
downloadtcl-5878c85066c73bf6126094553b121b87576faa77.zip
tcl-5878c85066c73bf6126094553b121b87576faa77.tar.gz
tcl-5878c85066c73bf6126094553b121b87576faa77.tar.bz2
Simplify use of "struct" keyword in many places.
FossilOrigin-Name: 2e6ea5716fc508fe2400279990977782f395aadf
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. */