commit | ee380ae376692529b6f1805185015cb4717c6940 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 19:32:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 19:32:52 2018 +0200 |
tree | 07f07e9ac42332c087a9066e25d36e0a1eb2792f | |
parent | 91d2e783b41ca900bc603b3cb5e083c8a4a33170 [diff] [blame] |
patch 8.1.0246: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef
diff --git a/src/version.c b/src/version.c index 3b437c4..a3539f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 246, +/**/ 245, /**/ 244,