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