mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix for bug #36650
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35265 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5366f619c5
commit
7ccc71d1ab
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-07-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/GNUstepBase/GSVersionMacros.h:
|
||||
fix for bug #36650
|
||||
|
||||
2012-07-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSURL.m:
|
||||
|
|
|
@ -284,7 +284,11 @@ static inline void gs_consumed(id NS_CONSUMED __attribute__ ((unused))o) { retur
|
|||
*/
|
||||
#if __has_feature(blocks)
|
||||
# if OBJC2RUNTIME
|
||||
# include <objc/blocks_runtime.h>
|
||||
# if defined(_APPLE_)
|
||||
# include <Block.h>
|
||||
# else
|
||||
# include <objc/blocks_runtime.h>
|
||||
# endif
|
||||
# else
|
||||
# include <ObjectiveC2/blocks_runtime.h>
|
||||
# endif
|
||||
|
|
Loading…
Reference in a new issue