LUA_MINSTACK definition proposal
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: LUA_MINSTACK definition proposal
- From: eugeny gladkih <john@...>
- Date: 2022年1月29日 18:28:22 +0300
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