aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-02-03 11:55:47 +0000
committerYAMAMOTO Mitsuharu2005-02-03 11:55:47 +0000
commit856a5c5ba7b001471663cc157bdf801cf681f4cd (patch)
tree860a23c06165c0a2904d33a440485ba7b6b73d52
parentcc9355eac69d62628ad63422bdc659afd23dda13 (diff)
downloademacs-856a5c5ba7b001471663cc157bdf801cf681f4cd.tar.gz
emacs-856a5c5ba7b001471663cc157bdf801cf681f4cd.zip
Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS
version.
-rw-r--r--src/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac.c b/src/mac.c
index 99e0d44830b..cce1b858cb3 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -2858,7 +2858,7 @@ select_and_poll_event (n, rfds, wfds, efds, timeout)
2858 return r; 2858 return r;
2859} 2859}
2860 2860
2861#ifndef MAC_OS_X_VERSION_10_2 2861#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020
2862#undef SELECT_INVALIDATE_CFSOCKET 2862#undef SELECT_INVALIDATE_CFSOCKET
2863#endif 2863#endif
2864 2864