mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Remove a reference to a nonexistent header.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33699 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
06a8b77c02
commit
59469c7860
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
* Blocks Runtime
|
||||
*/
|
||||
|
||||
#include "ObjectiveC2/Availability.h"
|
||||
#ifdef __cplusplus
|
||||
#define BLOCKS_EXPORT extern "C"
|
||||
#else
|
||||
|
@ -11,7 +10,7 @@
|
|||
|
||||
BLOCKS_EXPORT void *_Block_copy(void *);
|
||||
BLOCKS_EXPORT void _Block_release(void *);
|
||||
BLOCKS_EXPORT const char *_Block_get_types(void*) OBJC_NONPORTABLE;
|
||||
BLOCKS_EXPORT const char *_Block_get_types(void*);
|
||||
|
||||
#define Block_copy(x) ((__typeof(x))_Block_copy((void *)(x)))
|
||||
#define Block_release(x) _Block_release((void *)(x))
|
||||
|
|
Loading…
Reference in a new issue