commit | 5cbb8dbc329ab33ce56ea7ce4695778630c4e9ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 23:08:29 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 23:08:29 2015 +0200 |
tree | cb7354c01670e4e86057a17301d3db86bb2890df | |
parent | fb9bc4829a1442fc8e93f078c9f923c9d382dbd2 [diff] [blame] |
patch 7.4.788 Problem: Can't build without the crypt feature. (John Marriott) Solution: Add #ifdef's.
diff --git a/src/version.c b/src/version.c index fe17b71..aa7b033 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 788, +/**/ 787, /**/ 786,