[webkit-dev] [webkit-changes] [224805] trunk/Source/WebKit

Ryosuke Niwa rniwa at webkit.org
Tue Nov 14 01:28:08 PST 2017


Sure, __MAC_OS_X_VERSION_MIN_REQUIRED < 101300 is what I intended. It
worked just fine on macOS Sierra 16G29 however.

- R. Niwa

On Mon, Nov 13, 2017 at 11:42 PM, Dan Bernstein <mitz at apple.com> wrote:

>
>
> On Nov 13, 2017, at 11:26 PM, rniwa at webkit.org wrote:
>
>  -#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101200+#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 101200
>
> A right-closed interval for __MAC_OS_X_VERSION_MIN_REQUIRED is usually
> incorrect. Did you mean to write < 101300 ?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20171114/dbd5e97d/attachment.html>


More information about the webkit-dev mailing list