commit | 8060687905bdadc46abb68ee6d40e5660e352297 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 21:27:35 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 21:27:35 2015 +0200 |
tree | cf16b4d75d500d12392e304cde8d687027e2f29a | |
parent | 88774fdd23f08355297bb8cda78856859051d3c7 [diff] [blame] |
patch 7.4.838 Problem: Can't compile without the crypt feature. (John Marriott) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 57ff84c..df42759 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 838, +/**/ 837, /**/ 836,