commit | 09f7723d5a8694889350b13e3f6b4a9c3ed4c41f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Oct 20 17:21:24 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 20 17:21:24 2021 +0100 |
tree | 605ea77a87e22a59977740247ef652156d649d66 | |
parent | 94358a1e6e640ca5ebeb295efdddd4e92b700673 [diff] [blame] |
patch 8.2.3546: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef. (closes #9025)
diff --git a/src/version.c b/src/version.c index 072d11f..d1f550e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3546, +/**/ 3545, /**/ 3544,