Fixing a compile issue

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Luboš Doležel 2013-06-21 07:33:58 +00:00
parent 26c0b8b274
commit d29e2005e9

View file

@ -104,8 +104,8 @@ extern "C" {
* by an application.
*/
void *_Block_copy(void *) __attribute__((weak_import));
void _Block_release(void *) __attribute__((weak_import));
void *_Block_copy(void *) __attribute__((weak));
void _Block_release(void *) __attribute__((weak));
#ifdef __cplusplus
}