diff options
| author | dgp@users.sourceforge.net <dgp> | 2014-11-17 13:00:42 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2014-11-17 13:00:42 (GMT) |
| commit | 96c03b5753e5320201f2fa3a70bf442afcd2747b (patch) | |
| tree | 3e222c7b968ef013445a78b338cbf8647450ffcd /unix/tclUnixInit.c | |
| parent | 20c444ceb73da2f79bedcc1056b43ebc29097ac0 (diff) | |
| parent | 635520e15497f1118c2c447befd2baea2c20e7a8 (diff) | |
| download | tcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.zip tcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.tar.gz tcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.tar.bz2 | |
merge trunk
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); |
