commit | 76a86063cac601eb393c18664746db263c7b9f19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 11 17:45:48 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 11 17:45:48 2013 +0200 |
tree | 0ba8e91a820ad1b42c50797479ce7f6976da6a3a | |
parent | 82e803b0559410445fbc90964897953e1f9eb001 [diff] [blame] |
updated for version 7.3.935 Problem: Init stack works differently on 64 bit systems. Solution: Handle 64 bit systems and also static library. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 21b537d..362d189 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 935, +/**/ 934, /**/ 933,