Skip to content

Commit 1f68d99

Browse files
committed
patch 8.2.5133: MacOS: build fails
Problem: MacOS: build fails. Solution: Remove "#if 0" from timer_delete().
1 parent c829faa commit 1f68d99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/os_macosx.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@
370370
* Disabled because it is not currently used, but an implemented provided
371371
* for completeness and possible future use.
372372
*/
373-
#if 0
374373
int
375374
timer_delete(timer_t timerid)
376375
{
@@ -380,7 +379,6 @@
380379

381380
return 0;
382381
}
383-
#endif
384382

385383
#endif /* FEAT_RELTIME */
386384

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
5133,
737739
/**/
738740
5132,
739741
/**/

0 commit comments

Comments
 (0)