diff src/macterm.h @ 96774:3760da9fe15e

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1339
author Miles Bader <miles@gnu.org>
date Thu, 17 Jul 2008 23:18:58 +0000
parents 29adfc9354e7 7f7efbea2334
children 5b5b0194f293
line wrap: on
line diff
--- a/src/macterm.h	Thu Jul 17 21:51:46 2008 +0000
+++ b/src/macterm.h	Thu Jul 17 23:18:58 2008 +0000
@@ -575,6 +575,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 {
@@ -583,6 +587,7 @@
   gestaltSystemVersionBugFix	= 'sys3'
 };
 #endif
+#endif
 
 #ifdef MAC_OSX
 #if MAC_OS_X_VERSION_MAX_ALLOWED < 1020