Skip to content

Commit 26e88ec

Browse files
committed
patch 8.2.3101: missing function prototype for vim_round()
Problem: Missing function prototype for vim_round(). Solution: Add the prototype
1 parent 67b17a6 commit 26e88ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/version.c

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

756756
static int included_patches[] =
757757
{ /* Add new patch number below this line */
758+
/**/
759+
3101,
758760
/**/
759761
3100,
760762
/**/

0 commit comments

Comments
 (0)