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