diff options
author | dgp <dgp@users.sourceforge.net> | 2016-09-08 12:43:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-09-08 12:43:49 (GMT) |
commit | d2c080833061d96d6d76d4d3873e15796cdd815c (patch) | |
tree | 68cbdfa02b9e8e347fddbd0df773613cf75f45d4 /unix/tclUnixInit.c | |
parent | e36a7a2e7fa1f1afb57f5e6b06917180e429cd72 (diff) | |
parent | 14f15edc7322b01a23ee0ae2201d96ae38212d09 (diff) | |
download | tcl-d2c080833061d96d6d76d4d3873e15796cdd815c.zip tcl-d2c080833061d96d6d76d4d3873e15796cdd815c.tar.gz tcl-d2c080833061d96d6d76d4d3873e15796cdd815c.tar.bz2 |
merge 8.6.4
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 1617cba..520c8e5 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -768,7 +768,7 @@ TclpSetVariables( */ CFLocaleRef localeRef; - + if (CFLocaleCopyCurrent != NULL && CFLocaleGetIdentifier != NULL && (localeRef = CFLocaleCopyCurrent())) { CFStringRef locale = CFLocaleGetIdentifier(localeRef); |