Raise version of macOS we define instancetype for (bug#27059)
* src/nsterm.m: Increase supported version number.
This commit is contained in:
parent
d61d443fc0
commit
ad8b60ee74
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ typedef float EmacsCGFloat;
|
|||
Clang don't support it, and I don't know if GCC supports it at all.
|
||||
Should this be tested for in ./configure? */
|
||||
#if defined (NS_IMPL_GNUSTEP)
|
||||
|| MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
|
||||
|| MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_10
|
||||
typedef id instancetype;
|
||||
typedef NSUInteger NSWindowStyleMask;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue