commit | 51f0bc31d3cf512508419064faac0e5b7e52c98b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon May 09 13:33:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 09 13:33:39 2022 +0100 |
tree | 1609df963252917abe5e7b0fd0b2f9770b70af46 | |
parent | 53a70289c2712808e6d4e88927e03cac01b470dd [diff] [blame] |
patch 8.2.4926: #ifdef for crypt feature around too many lines Problem: #ifdef for crypt feature around too many lines. Solution: Move code outside of #ifdef. (closes #10388)
diff --git a/src/version.c b/src/version.c index 8f33f05..c23757f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4926, +/**/ 4925, /**/ 4924,