commit | 092e09cba7d7c1aec22f50b974379131f2464d5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 23:29:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 23:29:23 2022 +0100 |
tree | bdcadb30adf75ab9b992f390f845aff208155311 | |
parent | 12eb2eb4d78828513d91e04b0e69550ed37a5932 [diff] [blame] |
patch 8.2.4756: build error without the +eval feature Problem: Build error without the +eval feature. Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index 017557e..cb069bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4756, +/**/ 4755, /**/ 4754,