commit | 99685e6a7e586acbf3383977ce6d029583b68ded | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 11 13:56:18 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 11 13:56:18 2013 +0200 |
tree | b9761d857569fe00f8bc33a2a43282cbdc1a4f32 | |
parent | 6800186a03855c1a1c51fb6abb793306851db2ad [diff] [blame] |
updated for version 7.3.933 Problem: Ruby on Mac crashes due to GC failure. Solution: Init the stack from main(). (Hiroshi Shirosaki)
diff --git a/src/version.c b/src/version.c index 7c2eb6f..3cf57bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 933, +/**/ 932, /**/ 931,