commit | e770598f31ad88fc98e40ead4b228ebc04afaa5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 22:23:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 22:23:15 2020 +0200 |
tree | 8509128531d190dd2645e40cb892961ee8acbe83 | |
parent | ad48e6c1590842ab6d48e6caba3e9250734dae27 [diff] [blame] |
patch 8.2.0616: build error when disabling the diff feature Problem: Build error when disabling the diff feature. Solution: Move parenthesis outside of #ifdef. (Tom Ryder)
diff --git a/src/version.c b/src/version.c index 4662de6..f8eccbf 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 616, +/**/ 615, /**/ 614,