commit | 8e8b486727a473fa21dccde3ec4541f7ee70c2f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 22:56:58 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 22:56:58 2015 +0200 |
tree | 8c98bc31aa63331b21eae28fe7c225c02325f42f | |
parent | fc39ecf8ded5466d7e9cbde8db75517718b023d8 [diff] [blame] |
patch 7.4.824 Problem: Can't compile without the multi-byte feature. (John Marriott) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index c2fd979..da75ff1 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 824, +/**/ 823, /**/ 822,