commit | 525eba00ef818f50fb3ba71c54409a7a8962b344 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 22:07:32 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 22:07:32 2022 +0000 |
tree | 61282cb0fd677c9f1481873d58484c799fc513a8 | |
parent | 9fb7b42935f13b5d3407eb82b151da1e9b4b6048 [diff] [blame] |
patch 8.2.4516: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Move error message outside of #ifdef.
diff --git a/src/version.c b/src/version.c index 4bbe08c..5895b66 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4516, +/**/ 4515, /**/ 4514,