mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
* 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:
parent
975d312084
commit
4df131cfc5
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue