mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
a577d2d316
commit
5f5196e87e
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…
Add table
Add a link
Reference in a new issue