lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, Jan 19, 2013 at 7:52 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
~~~
       asinh():
           _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE >= 500 ||
           _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED || _ISOC99_SOURCE ||
           _POSIX_C_SOURCE >= 200112L;
           or cc -std=c99
~~~

What percentage of Lua installations nowadays are compiled with
a compiler that does not conform to any of those?

Any installation which uses any version of Visual Studio?