1
0
forked from aniani/vim

patch 8.2.5133: MacOS: build fails

Problem:    MacOS: build fails.
Solution:   Remove "#if 0" from timer_delete().
This commit is contained in:
Bram Moolenaar
2022-06-19 17:22:49 +01:00
parent c829faa821
commit 1f68d992cd
2 changed files with 2 additions and 2 deletions

View File

@@ -370,7 +370,6 @@ timer_settime(
* Disabled because it is not currently used, but an implemented provided * Disabled because it is not currently used, but an implemented provided
* for completeness and possible future use. * for completeness and possible future use.
*/ */
#if 0
int int
timer_delete(timer_t timerid) timer_delete(timer_t timerid)
{ {
@@ -380,7 +379,6 @@ timer_delete(timer_t timerid)
return 0; return 0;
} }
#endif
#endif /* FEAT_RELTIME */ #endif /* FEAT_RELTIME */

View File

@@ -734,6 +734,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 */
/**/
5133,
/**/ /**/
5132, 5132,
/**/ /**/