diff options
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r-- | generic/tclObj.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c index 74cb29e..3a36375 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -2329,10 +2329,7 @@ SetDoubleFromAny( * UpdateStringOfDouble -- * * Update the string representation for a double-precision floating point - * object. This must obey the current tcl_precision value for - * double-to-string conversions. Note: This function does not free an - * existing old string rep so storage will be lost if this has not - * already been done. + * object. * * Results: * None. |