commit | 9cb698d5647db9299bb5b4b846c23f2015b7262b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 15:30:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 15:30:45 2019 +0200 |
tree | 0cf40300dfd9d4d5e3ca96dc938b782ce2edc1aa | |
parent | bd483b3f577ee1af7c8c8bf440f5d81613336975 [diff] [blame] |
patch 8.1.1903: cannot build without the +eval feature Problem: Cannot build without the +eval feature. Solution: Add missing #ifdefs
diff --git a/src/version.c b/src/version.c index 0b15d71..56f6972 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1903, +/**/ 1902, /**/ 1901,