diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-17 12:49:37 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-17 12:49:37 (GMT) |
| commit | 8f2b15e6db98e069f1a7296f7c96da79b5515aad (patch) | |
| tree | 81e3c565728049d0850c53113b3c3ae1bcc96057 /unix/tclUnixInit.c | |
| parent | c81f2463d8422204264a670b09f8a9323dcf4e4e (diff) | |
| parent | 738eb47e4edaaf2d67f93a159f124a5306dea171 (diff) | |
| download | tcl-8f2b15e6db98e069f1a7296f7c96da79b5515aad.zip tcl-8f2b15e6db98e069f1a7296f7c96da79b5515aad.tar.gz tcl-8f2b15e6db98e069f1a7296f7c96da79b5515aad.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 187ef34..f96c97e 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -409,7 +409,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. */ |
