Skip to content

Commit d05b191

Browse files
committed
patch 7.4.2114
Problem: Tiny build fails. Solution: Always include vim_time().
1 parent 170b10b commit d05b191

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ex_cmds.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2867,7 +2867,6 @@ write_viminfo_barlines(vir_T *virp, FILE *fp_out)
28672867
}
28682868
#endif /* FEAT_VIMINFO */
28692869

2870-
#if defined(FEAT_CMDHIST) || defined(FEAT_VIMINFO) || defined(PROTO)
28712870
/*
28722871
* Return the current time in seconds. Calls time(), unless test_settime()
28732872
* was used.
@@ -2881,7 +2880,6 @@ vim_time(void)
28812880
return time(NULL);
28822881
# endif
28832882
}
2884-
#endif
28852883

28862884
/*
28872885
* Implementation of ":fixdel", also used by get_stty().

src/version.c

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

759759
static int included_patches[] =
760760
{ /* Add new patch number below this line */
761+
/**/
762+
2114,
761763
/**/
762764
2113,
763765
/**/

0 commit comments

Comments
 (0)