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 <m...@apple.com> wrote:

>
>
> On Nov 13, 2017, at 11:26 PM, rn...@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 ?
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to