commit | 968443efb5a2a1ed7e1084f2aff65a95f2d0a17b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 27 21:16:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 21:16:34 2022 +0100 |
tree | e86ad2e3a6d5665856e0c57f021896fe13937e65 | |
parent | ddf531292971f44e8545a3e097c0d8a11773eb38 [diff] [blame] |
patch 8.2.5033: build error with +eval but without +quickfix Problem: Build error with +eval but without +quickfix. Warning for uninitialized variable. Solution: Adjust #ifdefs. (John Marriott)
diff --git a/src/version.c b/src/version.c index e6a048c..0d666a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5033, +/**/ 5032, /**/ 5031,