summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-24 23:02:40 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-24 23:02:40 +0200
commit7acde51832f383f9a6d2e740cd0420b433ea841a (patch)
treeab5b9516866f8fb09f5ef7d2756ddc3a5493fd15 /src/version.c
parentca275a05d8b79f6a9101604fdede2373d0dea44e (diff)
downloadvim-git-7acde51832f383f9a6d2e740cd0420b433ea841a.tar.gz
patch 8.2.1052: build failure with older compilersv8.2.1052
Problem: Build failure with older compilers. Solution: Move declaration to start of block.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 36da62001..b85dc2936 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1052,
+/**/
1051,
/**/
1050,