8b9a1c
To: vim_dev@googlegroups.com
8b9a1c
Subject: Patch 7.4.056
8b9a1c
Fcc: outbox
8b9a1c
From: Bram Moolenaar <Bram@moolenaar.net>
8b9a1c
Mime-Version: 1.0
8b9a1c
Content-Type: text/plain; charset=UTF-8
8b9a1c
Content-Transfer-Encoding: 8bit
8b9a1c
------------
8b9a1c
8b9a1c
Patch 7.4.056
8b9a1c
Problem:    Mac: Compilation problem with OS X 10.9 Mavericks.
8b9a1c
Solution:   Include AvailabilityMacros.h when available. (Kazunobu Kuriyama)
8b9a1c
Files:      src/os_unix.c
8b9a1c
8b9a1c
8b9a1c
*** ../vim-7.4.055/src/os_unix.c	2013-09-05 21:41:35.000000000 +0200
8b9a1c
--- src/os_unix.c	2013-11-02 21:46:05.000000000 +0100
8b9a1c
***************
8b9a1c
*** 804,809 ****
8b9a1c
--- 804,815 ----
8b9a1c
   * completely full.
8b9a1c
   */
8b9a1c
  
8b9a1c
+ #if defined(HAVE_AVAILABILITYMACROS_H) \
8b9a1c
+     && defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) \
8b9a1c
+     && (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1090)
8b9a1c
+ # include <AvailabilityMacros.h>
8b9a1c
+ #endif
8b9a1c
+ 
8b9a1c
  #ifndef SIGSTKSZ
8b9a1c
  # define SIGSTKSZ 8000    /* just a guess of how much stack is needed... */
8b9a1c
  #endif
8b9a1c
*** ../vim-7.4.055/src/version.c	2013-11-02 21:04:32.000000000 +0100
8b9a1c
--- src/version.c	2013-11-02 21:44:10.000000000 +0100
8b9a1c
***************
8b9a1c
*** 740,741 ****
8b9a1c
--- 740,743 ----
8b9a1c
  {   /* Add new patch number below this line */
8b9a1c
+ /**/
8b9a1c
+     56,
8b9a1c
  /**/
8b9a1c
8b9a1c
-- 
8b9a1c
If an elephant is left tied to a parking meter, the parking fee has to be paid
8b9a1c
just as it would for a vehicle.
8b9a1c
		[real standing law in Florida, United States of America]
8b9a1c
8b9a1c
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
8b9a1c
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
8b9a1c
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
8b9a1c
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///