1 2 3
use crate::macros::lua_minstack::LUA_MINSTACK; pub const BASIC_STACK_SIZE: i32 = 2 * LUA_MINSTACK;