commit | 936dc6014c0132199a30e86bc33178a240f11849 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 20:47:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 20:47:01 2022 +0000 |
tree | 66ded041a1f96111ddca571700f2f5071aa91fdf | |
parent | 127969cf98000a760826ca3a0f3781a8b79522f1 [diff] [blame] |
patch 8.2.4521: build failure without the +diff feature Problem: Build failure without the +diff feature. (John Marriott) Solution: Define filler+lines if not declaring it.
diff --git a/src/version.c b/src/version.c index 9753167..c53f4d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4521, +/**/ 4520, /**/ 4519,