diff options
| author | hypnotoad <yoda@etoyoc.com> | 2016-09-08 03:01:05 (GMT) |
|---|---|---|
| committer | hypnotoad <yoda@etoyoc.com> | 2016-09-08 03:01:05 (GMT) |
| commit | e14a1e9e3d1cccc0728ea5c2f64108dde551ab65 (patch) | |
| tree | 171c5760b19ab718ee662cf8b318ec5235a23e53 /unix/tclUnixTest.c | |
| parent | 5c93243c18d3055718ed159f4b263c7cc4e299e0 (diff) | |
| parent | 3da8f74e759e03013e397849f1d550754f6bf059 (diff) | |
| download | tcl-e14a1e9e3d1cccc0728ea5c2f64108dde551ab65.zip tcl-e14a1e9e3d1cccc0728ea5c2f64108dde551ab65.tar.gz tcl-e14a1e9e3d1cccc0728ea5c2f64108dde551ab65.tar.bz2 | |
Pulling changes from 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. */ |
