aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.h
diff options
context:
space:
mode:
authorMiles Bader2008-07-17 23:18:58 +0000
committerMiles Bader2008-07-17 23:18:58 +0000
commit08b3caa982199bd7939d9d6877203ada5d0083b5 (patch)
treeeef15d8191132d316d1e1125cb7e2878a4782ca3 /src/macterm.h
parent8d59c5ed4480037bcc953bd28a9165990fdd002e (diff)
parent69955d31c4b59034d3429b14ca9f33ea102dde73 (diff)
downloademacs-08b3caa982199bd7939d9d6877203ada5d0083b5.tar.gz
emacs-08b3caa982199bd7939d9d6877203ada5d0083b5.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1339
Diffstat (limited to 'src/macterm.h')
-rw-r--r--src/macterm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h
index 24c57ae12f8..148f073e4ab 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -575,6 +575,10 @@ enum {
575}; 575};
576#endif 576#endif
577 577
578#if 0
579/* We can't determine the availability of these enumerators by
580 MAC_OS_X_VERSION_MAX_ALLOWED, because they are defined in
581 MacOSX10.3.9.sdk for Mac OS X 10.4, but not in Mac OS X 10.3. */
578#if MAC_OS_X_VERSION_MAX_ALLOWED < 1040 582#if MAC_OS_X_VERSION_MAX_ALLOWED < 1040
579/* Gestalt selectors */ 583/* Gestalt selectors */
580enum { 584enum {
@@ -583,6 +587,7 @@ enum {
583 gestaltSystemVersionBugFix = 'sys3' 587 gestaltSystemVersionBugFix = 'sys3'
584}; 588};
585#endif 589#endif
590#endif
586 591
587#ifdef MAC_OSX 592#ifdef MAC_OSX
588#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020 593#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020