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:
@@ -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 */
|
||||||
|
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user