commit | 8f14bb58cb7db31797bc1e5ab5c8080dcbb55b98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 25 22:06:43 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 25 22:06:43 2017 +0200 |
tree | 387806d200eb7a8701a096fdef0dd33ca1155f65 | |
parent | f80451e6fe19b3bbddc45ec047a2f95989ef3531 [diff] [blame] |
patch 8.0.0774: build failure without the multi-byte feature Problem: Build failure without the multi-byte feature on HPUX. Solution: Move #ifdefs. (John Marriott)
diff --git a/src/version.c b/src/version.c index 237227b..59f5a90 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 774, +/**/ 773, /**/ 772,