commit | 9b7d2a959646560f5770329f4428c4739eed4656 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Aug 26 10:33:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 10:33:54 2022 +0100 |
tree | c5fa6511c16a9429fc9c35bf20b7661416d73705 | |
parent | 2bd9dbc19fc67395cfa1226dda7326071ab22464 [diff] [blame] |
patch 9.0.0271: using INIT() in non-header files Problem: Using INIT() in non-header files. Solution: Remove INIT(). (closes #10981)
diff --git a/src/version.c b/src/version.c index 255725f..59e36e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -724,6 +724,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 271, +/**/ 270, /**/ 269,