summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-04 17:21:04 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-04 17:21:04 +0200
commit26e88ec8e23fa04e559044199ccb369aed29e570 (patch)
treefe827a645df70636ccc2a551a290807dc35007c8
parent67b17a6fc62156383d24dcbd6e6df34e180d7235 (diff)
patch 8.2.3101: missing function prototype for vim_round()
Problem: Missing function prototype for vim_round(). Solution: Add the prototype
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 298fd87996..600af405a1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3101,
+/**/
3100,
/**/
3099,