commit | 26e88ec8e23fa04e559044199ccb369aed29e570 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 17:21:04 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 17:21:04 2021 +0200 |
tree | fe827a645df70636ccc2a551a290807dc35007c8 | |
parent | 67b17a6fc62156383d24dcbd6e6df34e180d7235 [diff] [blame] |
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 298fd87..600af40 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3101, +/**/ 3100, /**/ 3099,