commit | 1f68d992cd2fd7f484fbdc14eb8a9feefe59bec8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 17:22:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 17:22:49 2022 +0100 |
tree | 9f16fc6b39e21a4d60579808e1c1c7ec07ee478c | |
parent | c829faa8211df52997c0b9ee49cdea0c8786b177 [diff] [blame] |
patch 8.2.5133: MacOS: build fails Problem: MacOS: build fails. Solution: Remove "#if 0" from timer_delete().
diff --git a/src/version.c b/src/version.c index c045d17..f27217e 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5133, +/**/ 5132, /**/ 5131,