summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-16 09:20:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-16 09:20:59 (GMT)
commit60397b30ebab72df7bb81e4adc4e619535688f9a (patch)
treef5b41d27f06658eadbfa10dd1f3d014fc8960b21 /unix/tclUnixInit.c
parent20d003110702ca2961f1cf0b9bda3f7eb7a28256 (diff)
downloadtcl-60397b30ebab72df7bb81e4adc4e619535688f9a.zip
tcl-60397b30ebab72df7bb81e4adc4e619535688f9a.tar.gz
tcl-60397b30ebab72df7bb81e4adc4e619535688f9a.tar.bz2
Remove last traces of strtod() function, since it isn't used in Tcl any more.
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index b6b66da..90b5384 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -411,7 +411,7 @@ TclpInitPlatform(void)
/*
* In case the initial locale is not "C", ensure that the numeric
* processing is done in "C" locale regardless. This is needed because Tcl
- * relies on routines like strtod, but should not have locale dependent
+ * relies on routines like strtol/strtoul, but should not have locale dependent
* behavior.
*/