aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2022-05-27 17:11:59 +0800
committerPo Lu2022-05-27 17:11:59 +0800
commit82b75a97ba2c26bcdb83c3109401d97e6293a63f (patch)
treeade218042dfb0ca9eec4335d25b8518415e57ea9
parent5d2523dcd035b2ac058abc9962405422e9717ea1 (diff)
downloademacs-82b75a97ba2c26bcdb83c3109401d97e6293a63f.tar.gz
emacs-82b75a97ba2c26bcdb83c3109401d97e6293a63f.zip
Fix GNUstep build
* src/nsterm.h (NSPasteboardNameGeneral): Fix definition.
-rw-r--r--src/nsterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index 43f21b0357e..f74c457fe33 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -1331,7 +1331,7 @@ enum NSWindowTabbingMode
1331#if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_13) 1331#if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_13)
1332/* Deprecated in macOS 10.13. */ 1332/* Deprecated in macOS 10.13. */
1333#define NSPasteboardNameGeneral NSGeneralPboard 1333#define NSPasteboardNameGeneral NSGeneralPboard
1334#define NSPasteboardNameDrag NSDragPBoard 1334#define NSPasteboardNameDrag NSDragPboard
1335#endif 1335#endif
1336 1336
1337#if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_14) 1337#if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_14)