forked from aniani/vim
patch 9.0.1364: build error with older Mac OS
Problem: Build error with older Mac OS. Solution: Adjust #ifdef. (Yee Cheng Chin, closes #12074)
This commit is contained in:
committed by
Bram Moolenaar
parent
3f45d67a15
commit
da77693b17
@@ -272,7 +272,8 @@
|
|||||||
|
|
||||||
# include <dispatch/dispatch.h>
|
# include <dispatch/dispatch.h>
|
||||||
|
|
||||||
# ifndef MAC_OS_X_VERSION_10_12
|
# if !defined(MAC_OS_X_VERSION_10_12) \
|
||||||
|
|| (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_12)
|
||||||
typedef int clockid_t;
|
typedef int clockid_t;
|
||||||
# endif
|
# endif
|
||||||
# ifndef CLOCK_REALTIME
|
# ifndef CLOCK_REALTIME
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1364,
|
||||||
/**/
|
/**/
|
||||||
1363,
|
1363,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user