aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2008-07-11 08:53:20 +0000
committerYAMAMOTO Mitsuharu2008-07-11 08:53:20 +0000
commitcd97583068e1100b47fdc699158ff895d637bd95 (patch)
tree90eae4e2f3e6549527612735c640e74e85309b6c /src
parentbad70f799d37a4310152d318eb0c11ecf9f5ab4e (diff)
downloademacs-cd97583068e1100b47fdc699158ff895d637bd95.tar.gz
emacs-cd97583068e1100b47fdc699158ff895d637bd95.zip
(gestaltSystemVersionMajor, gestaltSystemVersionMinor)
(gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]: Remove enumerators.
Diffstat (limited to 'src')
-rw-r--r--src/macterm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h
index f263db81167..f9e2655a7a2 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -585,6 +585,10 @@ enum {
585}; 585};
586#endif 586#endif
587 587
588#if 0
589/* We can't determine the availability of these enumerators by
590 MAC_OS_X_VERSION_MAX_ALLOWED, because they are defined in
591 MacOSX10.3.9.sdk for Mac OS X 10.4, but not in Mac OS X 10.3. */
588#if MAC_OS_X_VERSION_MAX_ALLOWED < 1040 592#if MAC_OS_X_VERSION_MAX_ALLOWED < 1040
589/* Gestalt selectors */ 593/* Gestalt selectors */
590enum { 594enum {
@@ -593,6 +597,7 @@ enum {
593 gestaltSystemVersionBugFix = 'sys3' 597 gestaltSystemVersionBugFix = 'sys3'
594}; 598};
595#endif 599#endif
600#endif
596 601
597#ifdef MAC_OSX 602#ifdef MAC_OSX
598#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020 603#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020