From: Bram Moolenaar Date: Sun, 19 Jun 2022 16:22:49 +0000 (+0100) Subject: patch 8.2.5133: MacOS: build fails X-Git-Tag: v8.2.5133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f68d992cd2fd7f484fbdc14eb8a9feefe59bec8;p=vim patch 8.2.5133: MacOS: build fails Problem: MacOS: build fails. Solution: Remove "#if 0" from timer_delete(). --- diff --git a/src/os_macosx.m b/src/os_macosx.m index 1fdfbc70d..acc5b0794 100644 --- a/src/os_macosx.m +++ b/src/os_macosx.m @@ -370,7 +370,6 @@ timer_settime( * Disabled because it is not currently used, but an implemented provided * for completeness and possible future use. */ -#if 0 int timer_delete(timer_t timerid) { @@ -380,7 +379,6 @@ timer_delete(timer_t timerid) return 0; } -#endif #endif /* FEAT_RELTIME */ diff --git a/src/version.c b/src/version.c index c045d17fb..f27217e14 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 5133, /**/ 5132, /**/