summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2021-10-20 17:21:24 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-20 17:21:24 +0100
commit09f7723d5a8694889350b13e3f6b4a9c3ed4c41f (patch)
tree605ea77a87e22a59977740247ef652156d649d66 /src/version.c
parent94358a1e6e640ca5ebeb295efdddd4e92b700673 (diff)
patch 8.2.3546: build failure without the +eval featurev8.2.3546
Problem: Build failure without the +eval feature. Solution: Add #ifdef. (closes #9025)
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 072d11f96b..d1f550e01b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3546,
+/**/
3545,
/**/
3544,