diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-02 07:42:51 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-02 07:42:51 (GMT) |
| commit | e03ac7f9c6599697608bb897f3bdbc2e47cf0883 (patch) | |
| tree | 89b85c13b1c0d1a2c0e366451153540605905dfc /unix/tclUnixPipe.c | |
| parent | dc58da9c4546fae811081efb2288977bb545d946 (diff) | |
| download | tcl-e03ac7f9c6599697608bb897f3bdbc2e47cf0883.zip tcl-e03ac7f9c6599697608bb897f3bdbc2e47cf0883.tar.gz tcl-e03ac7f9c6599697608bb897f3bdbc2e47cf0883.tar.bz2 | |
Some more (internal) ClientData -> void * changes
Diffstat (limited to 'unix/tclUnixPipe.c')
| -rw-r--r-- | unix/tclUnixPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c index d9f8043..0692df5 100644 --- a/unix/tclUnixPipe.c +++ b/unix/tclUnixPipe.c @@ -1251,7 +1251,7 @@ Tcl_WaitPid( int Tcl_PidObjCmd( - TCL_UNUSED(ClientData), + TCL_UNUSED(void *), Tcl_Interp *interp, /* Current interpreter. */ int objc, /* Number of arguments. */ Tcl_Obj *const *objv) /* Argument strings. */ |
