commit | 6689df024bce4309ec5884e445738fe07ee4ffcc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 22 18:14:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 22 18:14:29 2022 +0100 |
tree | 1e07b617353eed542572b67ae51e6b89f0f65174 | |
parent | 6046aded8da002b08d380db29de2ba0268b6616e [diff] [blame] |
patch 8.2.5149: cannot build without the +eval feature Problem: Cannot build without the +eval feature. (Tony Mechelynck) Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index e567a3a..609c955 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5149, +/**/ 5148, /**/ 5147,