]> granicus.if.org Git - vim/commitdiff
patch 8.2.3101: missing function prototype for vim_round()
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 15:21:04 +0000 (17:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 15:21:04 +0000 (17:21 +0200)
Problem:    Missing function prototype for vim_round().
Solution:   Add the prototype

src/version.c

index 298fd8799607b069e65268bef681ee0fe2f7a61a..600af405a12288d8a4ada0619fa0775931353217 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3101,
 /**/
     3100,
 /**/