diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-13 17:30:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-13 17:30:21 (GMT) |
commit | 68c0e9ab61024e90154ceb52a69f77e02aaff949 (patch) | |
tree | 0032bb3c7b8f3d93b7ae19f521fad9ffb1a20869 /doc/CrtAlias.3 | |
parent | 5ab4e695017e9e6a197bd903520eb14be489d6e0 (diff) | |
parent | 82d693e6a15dc58320e8bb31981d12a9154f0ca3 (diff) | |
download | tcl-68c0e9ab61024e90154ceb52a69f77e02aaff949.zip tcl-68c0e9ab61024e90154ceb52a69f77e02aaff949.tar.gz tcl-68c0e9ab61024e90154ceb52a69f77e02aaff949.tar.bz2 |
Merge 9.0
Diffstat (limited to 'doc/CrtAlias.3')
-rw-r--r-- | doc/CrtAlias.3 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/CrtAlias.3 b/doc/CrtAlias.3 index ca84694..39a13d6 100644 --- a/doc/CrtAlias.3 +++ b/doc/CrtAlias.3 @@ -83,17 +83,6 @@ command is defined for an alias. .AP "const char" **targetCmdPtr out Pointer to location to store the address of the name of the target command for an alias. -.AP "Tcl_Size \&| int" *argcPtr out -Pointer to location to store count of additional arguments to be passed to -the alias. The location is in storage owned by the caller. -If it points to a variable which type is not \fBTcl_Size\fR, a compiler -warning will be generated. If your extensions is compiled with -DTCL_8_API, -this function will return TCL_ERROR for aliases with more than INT_MAX -value arguments, otherwise expect it to crash. -.AP "const char" ***argvPtr out -Pointer to location to store a vector of strings, the additional arguments -to pass to an alias. The location is in storage owned by the caller, the -vector of strings is owned by the called function. .AP "Tcl_Size \&| int" *objcPtr out Pointer to location to store count of additional value arguments to be passed to the alias. The location is in storage owned by the caller. |