lua-users home
lua-l archive

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


> I suspect that within the Lua core, TValue is defined to be an 8-byte
> NaN packed value, whereas in your test.c, TValue is defined to be a
> 16-byte structure.

In other words, if you use the internals of Lua, you have to build your code
using the same flags and defines as used to build Lua.