diff options
author | dgp <dgp@users.sourceforge.net> | 2023-04-24 14:22:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2023-04-24 14:22:07 (GMT) |
commit | 277effbc04fce23d5e3daf3730415b0dc1c43bc9 (patch) | |
tree | bb568f4bb4f3fa82e281a20db2c6888bc9559c22 /doc/SetResult.3 | |
parent | 642792b1c24ede80b813230b3d12f524f25b1d90 (diff) | |
download | tcl-277effbc04fce23d5e3daf3730415b0dc1c43bc9.zip tcl-277effbc04fce23d5e3daf3730415b0dc1c43bc9.tar.gz tcl-277effbc04fce23d5e3daf3730415b0dc1c43bc9.tar.bz2 |
TIP 422 eliminated va_list arguments from the API of Tcl 9.
However, some of the documentation lingered on. No more.
Diffstat (limited to 'doc/SetResult.3')
-rw-r--r-- | doc/SetResult.3 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3 index 9be3ef0..fdc4af2 100644 --- a/doc/SetResult.3 +++ b/doc/SetResult.3 @@ -45,9 +45,6 @@ to the existing result of \fIinterp\fR. .AP Tcl_FreeProc *freeProc in Pointer to a procedure to call to release storage at \fIresult\fR. -.AP va_list argList in -An argument list which must have been initialized using -\fBva_start\fR, and cleared using \fBva_end\fR. .AP Tcl_Interp *sourceInterp in The interpreter to transfer the result and return options from. .AP Tcl_Interp *targetInterp in |