lua-users home
lua-l archive

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


Hi,

what do you think about an idea to wrap the LUA_MINSTACK definition by an ifdef block?

#ifndef LUA_MINSTACK
#define LUA_MINSTACK	20
#endif

so, it’ll allow us to set the required value in a compiler command line or put the definition into a 'Local configuration' block of luaconf.h.

-- 
Yours sincerely, Eugeny.
+33 6 38 52 27 93