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:
stefanbidi 2011-01-23 18:03:09 +00:00
parent e40d187b01
commit f9107cb189
4 changed files with 11 additions and 25 deletions

View file

@ -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 =