diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-15 10:01:18 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-15 10:01:18 (GMT) |
| commit | de0ff2272ed178a1fba979435ced086cecb968fa (patch) | |
| tree | b9d1dacd4f9a8df10f2e12f1b34077565c2a7ef8 /generic/tclUtil.c | |
| parent | b9216a9c1f096418b7a869a27fd58d62aeaedcb1 (diff) | |
| parent | 346cce57455de92d12fcef5ea4115a9657458b84 (diff) | |
| download | tcl-de0ff2272ed178a1fba979435ced086cecb968fa.zip tcl-de0ff2272ed178a1fba979435ced086cecb968fa.tar.gz tcl-de0ff2272ed178a1fba979435ced086cecb968fa.tar.bz2 | |
merge core-8-branch
Diffstat (limited to 'generic/tclUtil.c')
| -rw-r--r-- | generic/tclUtil.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c index 0c3f9ac..8ab68d9 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -3470,21 +3470,21 @@ TclFormatInt( * * Value * TCL_OK - * + * * The index is stored at the address given by by 'indexPtr'. If * 'objPtr' has the value "end", the value stored is 'endValue'. - * + * * TCL_ERROR - * + * * The value of 'objPtr' does not have one of the expected formats. If * 'interp' is non-NULL, an error message is left in the interpreter's * result object. - * + * * Effect - * + * * The object referenced by 'objPtr' is converted, as needed, to an * integer, wide integer, or end-based-index object. - * + * *---------------------------------------------------------------------- */ |
