commit | ced198d4b4efae75417e4366354679db2d0ec68e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 29 20:04:40 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 29 20:04:40 2018 +0100 |
tree | dcb6e3e3f1efe869e38fedd092a8b1b95c78b855 | |
parent | 7d83bf4f2b785b46d87c7bc376fc9d0a862af782 [diff] [blame] |
patch 8.1.0659: build failure without the sign feature Problem: Build failure without the sign feature. Solution: Put the sign struct declarations outside of the #ifdef.
diff --git a/src/version.c b/src/version.c index 1772cfd..e76bf4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 659, +/**/ 658, /**/ 657,