From: Stefan Monnier Date: Thu, 17 Jan 2008 18:24:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9536288fb0a060cf1a8fbf0e219e08d4d2c7b322;p=emacs.git *** empty log message *** --- diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 5aee4f73c8c..4d1d647f03e 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -3,10 +3,9 @@ of their use. Feel free to add more macros and more categories. ** Distinguishing OSes ** -MAC_OS Compiling for some version of Mac OS? -MAC_OS8 Compiling for Mac OS version 8. Requires MAC_OS? -MAC_OSX Compiling for Mac OS X? Is that also valid for Darwin? -MAC_OS_X ?? Apparently only used once in mac.c. +MAC_OS Compiling for the `mac' window-system. +MAC_OS8 Compiling for Mac OS Classic (v8 or v9). +MAC_OSX Compiling for Mac OS X. Not bare Darwin. CYGWIN Compiling the Cygwin port. __CYGWIN__ Ditto MSDOS Compiling the MS-DOS port.