commit | 67d441ba361fb60af9d46f74a23ba3e6c232244f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 00:53:15 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 20 00:53:15 2011 +0200 |
tree | 9f3bbe6eb0df93a55532662e3d3e836f1120b5e3 | |
parent | 914968e66d54d9bc3e49aa376bfe136738e883e4 [diff] [blame] |
updated for version 7.3.229 Problem: Using fork() makes gvim crash on Mac when build with CoreFoundation. Solution: Disallow fork() when __APPLE__ is defined. (Hisashi T Fujinaka)
diff --git a/src/version.c b/src/version.c index 81ab3f7..7021221 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 229, +/**/ 228, /**/ 227,