On Mon, Mar 31, 2014 at 7:18 PM, Paige DePol <lual@serfnet.org> wrote:
However, I also think that lua_checkstack() should have some sort of sanity check for negative values as the function does seem to assume that 'size' will always be zero or greater. Which new C99 features does it use, btw?
For C89, you may not have a declaration after the first statement in a block, so