emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macterm.h,v [EMACS_22_BASE]


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macterm.h,v [EMACS_22_BASE]
Date: Fri, 11 Jul 2008 08:53:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     YAMAMOTO Mitsuharu <mituharu>   08/07/11 08:53:20

Index: macterm.h
===================================================================
RCS file: /sources/emacs/emacs/src/macterm.h,v
retrieving revision 1.57.2.8
retrieving revision 1.57.2.9
diff -u -b -r1.57.2.8 -r1.57.2.9
--- macterm.h   2 May 2008 09:39:31 -0000       1.57.2.8
+++ macterm.h   11 Jul 2008 08:53:20 -0000      1.57.2.9
@@ -585,6 +585,10 @@
 };
 #endif
 
+#if 0
+/* We can't determine the availability of these enumerators by
+   MAC_OS_X_VERSION_MAX_ALLOWED, because they are defined in
+   MacOSX10.3.9.sdk for Mac OS X 10.4, but not in Mac OS X 10.3.  */
 #if MAC_OS_X_VERSION_MAX_ALLOWED < 1040
 /* Gestalt selectors */
 enum {
@@ -593,6 +597,7 @@
   gestaltSystemVersionBugFix   = 'sys3'
 };
 #endif
+#endif
 
 #ifdef MAC_OSX
 #if MAC_OS_X_VERSION_MAX_ALLOWED < 1020




reply via email to

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