commit | 5b3af14b34c97ab58bfd4699bc2f3e5a2b704117 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 22:59:40 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 22:59:40 2017 +0100 |
tree | 526ec2a6b3d647d4d2910d7c7a1ce8232dbf1e67 | |
parent | b5e8377364110ee70090274da15d202778e96a64 [diff] [blame] |
patch 8.0.0386: tiny build has a problem with generating the options test Problem: Tiny build has a problem with generating the options test. Solution: Change the "if" to skip over statements.
diff --git a/src/version.c b/src/version.c index 4479cc2..c99c368 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 386, +/**/ 385, /**/ 384,