diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-06-07 10:16:15 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-06-07 10:16:15 +0100 |
commit | aca12fd89b082dd9cc12ae085a84f1805747bbdf (patch) | |
tree | 26a818cb12679b9c8bf490de3617312be4932691 /src/version.c | |
parent | 739f7998ab6c2383abbd8bbc7fad35e6bc3e7c43 (diff) | |
download | vim-git-aca12fd89b082dd9cc12ae085a84f1805747bbdf.tar.gz |
patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066
Problem: Timer_create is not available on every Mac system. (Hisashi T
Fujinaka)
Solution: Adjust #ifdef.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a131b35a3..34266c1a2 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5066, +/**/ 5065, /**/ 5064, |