From: YAMAMOTO Mitsuharu Date: Thu, 3 Feb 2005 11:55:47 +0000 (+0000) Subject: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS X-Git-Tag: ttn-vms-21-2-B4~2437 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=856a5c5ba7b001471663cc157bdf801cf681f4cd;p=emacs.git Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS version. --- 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) return r; } -#ifndef MAC_OS_X_VERSION_10_2 +#if MAC_OS_X_VERSION_MAX_ALLOWED < 1020 #undef SELECT_INVALIDATE_CFSOCKET #endif