comparison src/version.c @ 2913:07647a0545c9 v7.3.229

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)
author Bram Moolenaar <bram@vim.org>
date Mon, 20 Jun 2011 00:53:15 +0200
parents c6df8554b39d
children 70c8f54e7efb
comparison
equal deleted inserted replaced
2912:9b9e9cb768da 2913:07647a0545c9
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 229,
712 /**/ 714 /**/
713 228, 715 228,
714 /**/ 716 /**/
715 227, 717 227,
716 /**/ 718 /**/