aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2016-11-06 00:33:43 -0700
committerPaul Eggert2016-11-06 00:42:03 -0700
commitdc152c54f4e44f5f2040883b03f71ff6aa66c893 (patch)
tree7b4f0336a1f03e7a53d980000a42568b10907409 /admin
parent84c53436ab25b6c8f76c133e59b34e533ea33cc7 (diff)
downloademacs-dc152c54f4e44f5f2040883b03f71ff6aa66c893.tar.gz
emacs-dc152c54f4e44f5f2040883b03f71ff6aa66c893.zip
Modernize usage of 'macOS' in doc and comments
Apple changed the spelling of its operating system again, to "macOS", effective with macOS 10.12 Sierra (2016-09-20). Change Emacs documentation and comments to match this. Stick with older OS spellings ("OS X", "Mac OS X") when talking about older releases where the older names are more correct.
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 796b57db3d8..cf8360316c2 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -22,7 +22,7 @@ WINDOWSNT Compiling the native MS-Windows (W32) port.
22__MINGW32__ Compiling the W32 port with the MinGW or MinGW-w64 ports of GCC. 22__MINGW32__ Compiling the W32 port with the MinGW or MinGW-w64 ports of GCC.
23_MSC_VER Compiling the W32 port with the Microsoft C compiler. 23_MSC_VER Compiling the W32 port with the Microsoft C compiler.
24MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC. 24MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC.
25DARWIN_OS Compiling on Mac OS X or pure Darwin (and using s/darwin.h). 25DARWIN_OS Compiling on macOS or pure Darwin (and using s/darwin.h).
26SOLARIS2 26SOLARIS2
27USG 27USG
28USG5_4 28USG5_4
@@ -30,7 +30,7 @@ USG5_4
30** Distinguishing GUIs ** 30** Distinguishing GUIs **
31 31
32HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars. 32HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars.
33HAVE_NS Use the NeXT/OpenStep/Cocoa UI under Mac OS X or GNUstep. 33HAVE_NS Use the NeXT/OpenStep/Cocoa UI under macOS or GNUstep.
34NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API. 34NS_IMPL_GNUSTEP Compile support for GNUstep implementation of NS GUI API.
35NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API. 35NS_IMPL_COCOA Compile support for Cocoa (Apple) implementation of NS GUI API.
36HAVE_X11 Compile support for the X11 GUI. 36HAVE_X11 Compile support for the X11 GUI.