commit | d3343960d7745bd586197a28b9a96d634a292422 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 18:17:16 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 18:17:16 2016 +0100 |
tree | 109650ee23ca17109c2ef1a601a386af17fced37 | |
parent | 92c23d8ab82e723e5fa2e0c5ee06348d72b8e444 [diff] [blame] |
patch 7.4.1029 Problem: test_increment fails on systems with 32 bit long. Solution: Only test with 32 bits.
diff --git a/src/version.c b/src/version.c index f0128d2..3867e08 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1029, +/**/ 1028, /**/ 1027,