aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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