diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-16 09:25:44 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-16 09:25:44 (GMT) |
| commit | bcd16235331e7d2fa09e221df7b04025c74f224d (patch) | |
| tree | fad36ec7a151e44ca1c9ed3c63bceb587305f606 /unix/tclUnixInit.c | |
| parent | 73788579a1e3012a67af4cde1658770906262455 (diff) | |
| parent | 117c6b9d73019c6560d1fa7eb8a3e8d2584bc3ab (diff) | |
| download | tcl-bcd16235331e7d2fa09e221df7b04025c74f224d.zip tcl-bcd16235331e7d2fa09e221df7b04025c74f224d.tar.gz tcl-bcd16235331e7d2fa09e221df7b04025c74f224d.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 2e54e72..be507a6 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. */ |
