commit | 424da7aa481032f501158a671a0c1d117507afdd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 19:08:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 19:08:48 2022 +0000 |
tree | b52f2d5a3cf8d4366f5b5f17032b1a5ccdca1453 | |
parent | 5f823d1e73bdcc9417581b6b3587648a5bb98709 [diff] [blame] |
patch 8.2.4561: build failure with some combination of features Problem: Build failure with some combination of features. (John Marriott) Solution: Adjust #ifdef.
diff --git a/src/version.c b/src/version.c index a110793..2bc2cc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4561, +/**/ 4560, /**/ 4559,