mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
comment last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39652 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3288084adf
commit
bb6de3370f
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ static NSString* (*abrIMP)(id, SEL, id);
|
|||
static NSString* (*absAbrIMP)(id, SEL, id);
|
||||
static NSString* (*dstAbrIMP)(id, SEL, id);
|
||||
|
||||
/* Do not fetch the default locale unless we actually need it.
|
||||
* Tries to avoid recursion when loading NSUserDefaults containing dates.
|
||||
* This is also a little more efficient with many date formats.
|
||||
*/
|
||||
#define LOCALE (nil == locale ? (locale = GSPrivateDefaultLocale()) : locale)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue