commit | 3cfd5289ca1135f116e7ece9cdadef51493ca02b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 23:28:43 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 13 23:28:43 2015 +0200 |
tree | 8f72e1e602ddfd09a1c87aea0451bbacad1ca293 | |
parent | 1560d07045d416d0abf9731c43c28925f61515b6 [diff] [blame] |
patch 7.4.826 Problem: Compiler warnings and errors. Solution: Make it build properly without the multi-byte feature.
diff --git a/src/version.c b/src/version.c index fd9bf18..d229752 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 826, +/**/ 825, /**/ 824,