* Headers/GNUstepBase/GSVersionMacros.h: Fix usage of __APPLE__ macro.

Patch by Graham Lee <iamleeg@gmail.com>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37028 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-08-30 20:24:08 +00:00
parent afc7c42eca
commit b7ea982477
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-09-30 Fred Kiefer <FredKiefer@gmx.de>
* Headers/GNUstepBase/GSVersionMacros.h: Fix usage of __APPLE__ macro.
Patch by Graham Lee <iamleeg@gmail.com>
2013-08-22 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSScanner.m: GSScanDouble() permit overlong mantissa (more

View file

@ -337,7 +337,7 @@ static inline void gs_consumed(id NS_CONSUMED GS_UNUSED_ARG o) { return; }
*/
#if __has_feature(blocks)
# if OBJC2RUNTIME
# if defined(_APPLE_)
# if defined(__APPLE__)
# include <Block.h>
# else
# include <objc/blocks_runtime.h>