mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix for builds without ICU
This commit is contained in:
parent
e708f2f4c3
commit
39f5b3c571
1 changed files with 2 additions and 2 deletions
|
@ -657,6 +657,7 @@ GSICUCachedCollator(NSStringCompareOptions mask, NSLocale *locale)
|
|||
return cache->collator;
|
||||
}
|
||||
}
|
||||
#endif /* GS_USE_ICU = 1 */
|
||||
|
||||
|
||||
@implementation NSString
|
||||
|
@ -871,8 +872,7 @@ register_printf_atsign ()
|
|||
|
||||
return AUTORELEASE(newString);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif /* HAVE_UNICODE_UNORM2_H || HAVE_ICU_H */
|
||||
|
||||
+ (void) atExit
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue