changeset 29228:24b7e14d55e2 v8.2.5133

patch 8.2.5133: MacOS: build fails Commit: https://github.com/vim/vim/commit/1f68d992cd2fd7f484fbdc14eb8a9feefe59bec8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 19 17:22:49 2022 +0100 patch 8.2.5133: MacOS: build fails Problem: MacOS: build fails. Solution: Remove "#if 0" from timer_delete().
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jun 2022 18:30:04 +0200
parents a10714fe6372
children 35aed380fd46
files src/os_macosx.m src/version.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 */
 
--- 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 */
 /**/
+    5133,
+/**/
     5132,
 /**/
     5131,