|
> 'offsetof' would be better. And gcc allows 'char bytes[0];' or 'char bytes[];' .
>
> It's C99 standard, but MSVC doesn't support it :(
It is not C89. As much as feasible, we try to stick to C89 (because
of MSVC and other strange platforms).
_______________________________________________ lua-l mailing list -- lua-l@lists.lua.org To unsubscribe send an email to lua-l-leave@lists.lua.org