From: Bram Moolenaar Date: Sun, 4 Jul 2021 15:21:04 +0000 (+0200) Subject: patch 8.2.3101: missing function prototype for vim_round() X-Git-Tag: v8.2.3102~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26e88ec8e23fa04e559044199ccb369aed29e570;p=vim patch 8.2.3101: missing function prototype for vim_round() Problem: Missing function prototype for vim_round(). Solution: Add the prototype --- diff --git a/src/version.c b/src/version.c index 298fd8799..600af405a 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3101, /**/ 3100, /**/