commit | 7acde51832f383f9a6d2e740cd0420b433ea841a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 23:02:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 23:02:40 2020 +0200 |
tree | ab5b9516866f8fb09f5ef7d2756ddc3a5493fd15 | |
parent | ca275a05d8b79f6a9101604fdede2373d0dea44e [diff] [blame] |
patch 8.2.1052: build failure with older compilers Problem: Build failure with older compilers. Solution: Move declaration to start of block.
diff --git a/src/version.c b/src/version.c index 36da620..b85dc29 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1052, +/**/ 1051, /**/ 1050,