diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-21 10:13:37 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-21 10:13:37 (GMT) |
| commit | 2951fec86bc93ecddf4fd9cdb697df49992879cc (patch) | |
| tree | edbc91ee6b8cec5968ef78ebc501937c02d79a5d /unix/tclUnixTest.c | |
| parent | d07793f49c40187467711bf8dc929228d7b1c940 (diff) | |
| parent | 13bc69a8a43c72889340638705bd432fae89352f (diff) | |
| download | tcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.zip tcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.tar.gz tcl-2951fec86bc93ecddf4fd9cdb697df49992879cc.tar.bz2 | |
remove unnecessary struct names, which only pollute the "struct" namespace for the compiler.
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 c0c05f0..35445d2 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. */ |
