diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-07 20:46:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-07 20:46:49 (GMT) |
commit | 82a4bb8618f4a8672fd62a895fa355c1a0628b88 (patch) | |
tree | 684364d0978f635d9482f70290bddacd19db3933 /generic/tclCompile.c | |
parent | d9033672db616bb406894a480e90410666ff4545 (diff) | |
download | tcl-82a4bb8618f4a8672fd62a895fa355c1a0628b88.zip tcl-82a4bb8618f4a8672fd62a895fa355c1a0628b88.tar.gz tcl-82a4bb8618f4a8672fd62a895fa355c1a0628b88.tar.bz2 |
Deprecate TclpHasSockets(): Every system nowadays has sockets
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r-- | generic/tclCompile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 2dd0718..c10145c 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -678,7 +678,7 @@ InstructionDesc const tclInstructionTable[] = { {"lreplace4", 6, INT_MIN, 2, {OPERAND_UINT4, OPERAND_UINT1}}, /* Operands: number of arguments, flags * flags: Combination of TCL_LREPLACE4_* flags - * Stack: ... listobj index1 ?index2? new1 ... newN => ... newlistobj + * Stack: ... listobj index1 ?index2? new1 ... newN => ... newlistobj * where index2 is present only if TCL_LREPLACE_SINGLE_INDEX is not * set in flags. */ |