diff --git a/src/gui.c b/src/gui.c index 4255607a72..244dbd5474 100644 --- a/src/gui.c +++ b/src/gui.c @@ -59,7 +59,8 @@ static int can_update_cursor = TRUE; /* can display the cursor */ gui_start() { char_u *old_term; -#if defined(UNIX) && !defined(__BEOS__) && !defined(MACOS_X) +#if defined(UNIX) && !defined(__BEOS__) && !defined(MACOS_X) \ + && !defined(__APPLE__) # define MAY_FORK int dofork = TRUE; #endif diff --git a/src/version.c b/src/version.c index 81ab3f7a67..7021221802 100644 --- a/src/version.c +++ b/src/version.c @@ -709,6 +709,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 229, /**/ 228, /**/