commit | ab782c5b6f127b84f56e546004352de66e7cf66b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 04 19:00:11 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 04 19:00:11 2020 +0100 |
tree | 019bc1bef68137dc5202b7bc40fe15d55547cf07 | |
parent | 3d8a513b46b586cb5d2893e7f28c5f51c4dfdc17 [diff] [blame] |
patch 8.2.0086: build error for small version Problem: Build error for small version. (Tony Mechelynck) Solution: Only use "user_data" with the +eval feature. Remove unused variable.
diff --git a/src/version.c b/src/version.c index d159ceb..eff491d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 86, +/**/ 85, /**/ 84,