mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Move typedef to correct place
This commit is contained in:
parent
3c1838cd60
commit
64c193bd7c
1 changed files with 4 additions and 4 deletions
|
@ -279,14 +279,14 @@ DEFINE_BLOCK_TYPE(NSComparator, NSComparisonResult, id, id);
|
|||
*/
|
||||
#define FOUNDATION_EXPORT GS_EXPORT
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Declare NSExceptionName
|
||||
*/
|
||||
typedef NSString* NSExceptionName;
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Declare Apple availability macros for compatibility purposes as no-ops.
|
||||
|
|
Loading…
Reference in a new issue