summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-10 04:32:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-10 04:32:13 (GMT)
commit6569c1296649af791d6392751df2e1a15e5c5f24 (patch)
tree75dd49031467d624d8c3ad2f9f8725b367933f3a /generic/tcl.h
parentc69e1e2500a8de36ee29f0220170bddaf320b3f1 (diff)
downloadtcl-novem_numbers_eias.zip
tcl-novem_numbers_eias.tar.gz
tcl-novem_numbers_eias.tar.bz2
WIP getting rid of the ::tcl_precision variablenovem_numbers_eias
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 162983b..bfcc750 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -827,9 +827,9 @@ typedef struct Tcl_DString {
#define Tcl_DStringValue(dsPtr) ((dsPtr)->string)
/*
- * Definitions for the maximum number of digits of precision that may be
- * specified in the "tcl_precision" variable, and the number of bytes of
- * buffer space required by Tcl_PrintDouble.
+ * Definitions for the maximum number of decimal digits of precision that may
+ * stored in a double, and the number of bytes of buffer space required by
+ * Tcl_PrintDouble.
*/
#define TCL_MAX_PREC 17