I suspect builtin [macOS High Sierra] Clang maybe defaults to C89, or needs some
kind of flag in order to use C99?
By contrast, recent Clang claims to be trying GNU C11 first:
https://clang.llvm.org/compatibility.html
:/
However, as long as Bison doesn't use C99, there's no real reason to
use C99
> On 27 Sep 2018, at 15:30, uxio prego wrote:
>
> I suspect builtin [macOS High Sierra] Clang maybe defaults to C89, or needs
> some
> kind of flag in order to use C99?
> By contrast, recent Clang claims to be trying GNU C11 first:
> https://clang.llvm.org/compatibility.html
The both have __S