mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Cleanup:
- (void)release; to - (oneway void)release; so everything implementing -release actually implements the one declared in the NSObject protocol. Start marking things that are unavailable in ARC mode as unavailable in ARC mode. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33660 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12745b6fde
commit
b85364de7e
19 changed files with 33 additions and 25 deletions
|
@ -35,6 +35,8 @@
|
|||
|
||||
#if defined(_NATIVE_OBJC_EXCEPTIONS)
|
||||
#define USER_NATIVE_OBJC_EXCEPTIONS 1
|
||||
#elif __has_feature(objc_exceptions)
|
||||
#define USER_NATIVE_OBJC_EXCEPTIONS 1
|
||||
#else
|
||||
#define USER_NATIVE_OBJC_EXCEPTIONS 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue