commit | 86676c949fcec939441620bc747851e315e2702a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 18:56:48 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 18:56:48 2018 +0200 |
tree | 3f6ca5a5ddeb4497adb458869a40b424147dcbf9 | |
parent | 4a69634b1b55e06c4bf7f05b54125b1669b1c363 [diff] [blame] |
patch 8.0.1663: cannot build without multi-byte feature Problem: Cannot build without multi-byte feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 4b9761f..4d19b47 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1663, +/**/ 1662, /**/ 1661,