emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ad8b60e: Raise version of macOS we define instancet


From: Alan Third
Subject: [Emacs-diffs] master ad8b60e: Raise version of macOS we define instancetype for (bug#27059)
Date: Wed, 24 May 2017 15:20:56 -0400 (EDT)

branch: master
commit ad8b60ee7423116574ebd2a0059012a303938fd3
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Raise version of macOS we define instancetype for (bug#27059)
    
    * src/nsterm.m: Increase supported version number.
---
 src/nsterm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nsterm.h b/src/nsterm.h
index d98f0d0..8f3d92b 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]