summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-04-15 23:29:23 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-15 23:29:23 +0100
commit092e09cba7d7c1aec22f50b974379131f2464d5f (patch)
treebdcadb30adf75ab9b992f390f845aff208155311 /src/version.c
parent12eb2eb4d78828513d91e04b0e69550ed37a5932 (diff)
patch 8.2.4756: build error without the +eval featurev8.2.4756
Problem: Build error without the +eval feature. Solution: Adjust #ifdefs.
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 017557eb08..cb069bc47d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4756,
+/**/
4755,
/**/
4754,