lua-users home
lua-l archive

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


> On Mon, 18 Jan 2010, Rob Kendrick wrote:
> > Indeed; at least one of the problems is that api_check() is disabled.
> > (Value stored to 'p' is never read, in lapi.c).
> > 
> > Might be worth redoing the analysis with this enabled, as it'll check
> > more of the code.
> How would that be enabled? is there a Makefile parameter or something?

Add this line to luaconf.h and rebuild:
	#define LUA_USE_APICHECK