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:
lubosd 2013-08-15 07:09:09 +00:00
parent 2fa31e9316
commit f1a1fa31e4

View file

@ -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 */