aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Third2017-05-24 20:18:52 +0100
committerAlan Third2017-05-24 20:18:52 +0100
commitad8b60ee7423116574ebd2a0059012a303938fd3 (patch)
treedafdad901c2e04b193bc7a8d1cf88ea5f82de356
parentd61d443fc0559314a2c22b1c120091de88585935 (diff)
downloademacs-ad8b60ee7423116574ebd2a0059012a303938fd3.tar.gz
emacs-ad8b60ee7423116574ebd2a0059012a303938fd3.zip
Raise version of macOS we define instancetype for (bug#27059)
* src/nsterm.m: Increase supported version number.
-rw-r--r--src/nsterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index d98f0d03d39..8f3d92b3537 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -66,7 +66,7 @@ typedef float EmacsCGFloat;
66 Clang don't support it, and I don't know if GCC supports it at all. 66 Clang don't support it, and I don't know if GCC supports it at all.
67 Should this be tested for in ./configure? */ 67 Should this be tested for in ./configure? */
68#if defined (NS_IMPL_GNUSTEP) 68#if defined (NS_IMPL_GNUSTEP)
69 || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7 69 || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_10
70typedef id instancetype; 70typedef id instancetype;
71typedef NSUInteger NSWindowStyleMask; 71typedef NSUInteger NSWindowStyleMask;
72#endif 72#endif