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