0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.3101: missing function prototype for vim_round()

Problem:    Missing function prototype for vim_round().
Solution:   Add the prototype
This commit is contained in:
Bram Moolenaar 2021-07-04 17:21:04 +02:00
parent 67b17a6fc6
commit 26e88ec8e2

View File

@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3101,
/**/
3100,
/**/