mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add minor typedef
This commit is contained in:
parent
95abcbd694
commit
3c1838cd60
1 changed files with 5 additions and 0 deletions
|
@ -283,6 +283,11 @@ DEFINE_BLOCK_TYPE(NSComparator, NSComparisonResult, id, id);
|
|||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Declare NSExceptionName
|
||||
*/
|
||||
typedef NSString* NSExceptionName;
|
||||
|
||||
/**
|
||||
* Declare Apple availability macros for compatibility purposes as no-ops.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue