Re: Issues with check_exp implementation
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Issues with check_exp implementation
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2013年11月12日 22:44:33 -0200
> I have been hacking away at Lua for the past few weeks and have enabled asserts with the following code at the top of luaconf.h:
>
> #include <assert.h>
> #define lua_assert(x) assert(x)
> #define LUA_USE_APICHECK
#define LUA_USE_APICHECK should suffice. See llimits.h.