mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Stop using OS_API_VERSION() in .m files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e40d187b01
commit
f9107cb189
4 changed files with 11 additions and 25 deletions
|
@ -92,7 +92,7 @@ static NSDateFormatterBehavior _defaultBehavior = 0;
|
|||
|
||||
/* According to Apple docs, default behavior is NSDateFormatterBehavior10_4 on
|
||||
10.5 and later. Yeah, go figure. */
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) && GS_USE_ICU == 1
|
||||
#if GS_USE_ICU == 1
|
||||
err = U_ZERO_ERROR;
|
||||
|
||||
length =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue