mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixing GCC compile problem
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36977 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2fa31e9316
commit
f1a1fa31e4
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ typedef retTy(^name)()
|
|||
#define CALL_BLOCK(block, args, ...) block->invoke(block, args, ## __VA_ARGS__)
|
||||
|
||||
#define CALL_BLOCK_NO_ARGS(block) block->invoke()
|
||||
#define BLOCK_SCOPE
|
||||
|
||||
#else /* GCC_VERSION >= 3000 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue