commit | d570ab95d9ab0616f7d7cff59302617e612eae41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 23:20:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 03 23:20:05 2019 +0200 |
tree | 0224cb7320bbc2a2529de2d2f1cca2d95bf93947 | |
parent | 19e8ac72e9c17b894a9c74cb8f70feb33567033c [diff] [blame] |
patch 8.1.1971: manually enabling features causes build errors Problem: Manually enabling features causes build errors. (John Marriott) Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index 7b3fff0..85526b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1971, +/**/ 1970, /**/ 1969,