1
0
forked from aniani/vim

updated for version 7.4.061

Problem:    Availability macros configure check in wrong place.
Solution:   Also check when not using Darwin. Remove version check.
This commit is contained in:
Bram Moolenaar
2013-11-03 00:41:00 +01:00
parent 0b400087d0
commit 39766a7595
4 changed files with 16 additions and 18 deletions

View File

@@ -804,9 +804,7 @@ mch_stackcheck(p)
* completely full.
*/
#if defined(HAVE_AVAILABILITYMACROS_H) \
&& defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) \
&& (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1090)
#if defined(HAVE_AVAILABILITYMACROS_H)
# include <AvailabilityMacros.h>
#endif