[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Strange behaviour of custom lua_gettop
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 12 Jul 2013 13:40:55 -0300
> 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.