lua-users home
lua-l archive

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


> P.S.: I just noticed that the compilation is done in -std=gnu99 mode. Why is
> it necessary to bring in gnu features? And which are those? Isn't it
> possible to use standard conforming c99 mode?

Lua works fine with -std=c99. In fact, our internal makefile (in
the git) uses this option. The distribution uses gnu99 only to be more
permissible.

-- Roberto
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org