lua-users home
lua-l archive

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


> I defined "lua_assert" in lua.h and rebuilt but it didn't produce any
> different results.  Was that the right define to use?

Can you be more specific about what you are doing in C? For what you
described earlier, I do not think these asserts will help. (That is,
it looked like C code has nothing to do with the bug.)

-- Roberto