# HG changeset patch # User Bram Moolenaar # Date 1625412603 -7200 # Node ID 6b43aea6a93e8f264d4b1c2040b74fdef513b751 # Parent fe0ac2d25b8fffcabf8eda7dd2baf26516a1ec6f patch 8.2.3101: missing function prototype for vim_round() Commit: https://github.com/vim/vim/commit/26e88ec8e23fa04e559044199ccb369aed29e570 Author: Bram Moolenaar Date: Sun Jul 4 17:21:04 2021 +0200 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 --- 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,