Am 19.10.2013 um 18:54 schrieb björn <[email protected]>:
> On Sun, Oct 13, 2013 at 11:16 PM, Felix Bünemann wrote:
>> Am Mittwoch, 9. Oktober 2013 20:25:49 UTC+2 schrieb björn:
>>> On Wed, Oct 9, 2013 at 12:18 AM, Felix Bünemann wrote:
>>>> I'm pretty sure that AvailabilityMacros.h is available on all versions of 
>>>> OS
>>>> X, because it's copyright header states 2001-20xx which matches the OS X
>>>> 10.0 release timeline. Is the os_mac.h code also targeting OS 9? In that
>>>> case we should add a configure check.
>>> 
>>> Yes, pre-OS X should be supported.  If there is a suitable #ifdef
>>> check for that, then it should be possible to submit as a patch to
>>> mainline Vim.
>> 
>> OK, I've updated the patch with a configure check:
>> https://gist.github.com/felixbuenemann/6150257
> 
> This looks good to me ... but should we perhaps be checking for
> "Availability.h" instead as that is what is used on Mavericks (and
> earlier OS X versions did not need explicit inclusion of
> AvailabilityMacros.h)?

The macros used in the vim codebase are defined in AvailabilityMacros.h not 
Availability.h.
Availability.h has similar but not the same macros, so using it would require 
cluttering the code with even more ifdefs.

> Björn

Felix

-- 
-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to