commit | 5ea87a04964b0ccd017380b8247d04d2a69f6062 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 26 23:24:09 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 26 23:24:09 2015 +0200 |
tree | d882269c45620ddd3530c1619d819b1804fe322f | |
parent | 8e5f5b47c2198ffa4161c21a4140eaa9bed46f37 [diff] [blame] |
patch 7.4.841 Problem: Can't compile without the multi-byte feature. (John Marriott) Solution: Add more #ifdef's.
diff --git a/src/version.c b/src/version.c index b842fcf..bc95c5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 841, +/**/ 840, /**/ 839,