commit | 5d54a045989599468b7a971fc354b0cba4e2b09d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 16:39:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 16:39:51 2016 +0100 |
tree | 9fb25109f0c969af5b01e904e2bc9a4cf88e3375 | |
parent | 6aa2cd4be287f35f95f35c2cec6d5a24f53c4d3c [diff] [blame] |
patch 7.4.1335 Problem: Can't build on MS-Windows with +job but without +channel. (Cesar Romani) Solution: Add #ifdefs. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 481701a..15d40bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1335, +/**/ 1334, /**/ 1333,