| 2299 | |
| 2300 | |
| 2301 | static int setmax (lua_State *L) { |
| 2302 | luaL_optinteger(L, 1, -1); |
| 2303 | lua_settop(L, 1); |
| 2304 | lua_setfield(L, LUA_REGISTRYINDEX, MAXSTACKIDX); |
| 2305 | return 0; |
| 2306 | } |
| 2307 | |
| 2308 | |
| 2309 | static int printpat_l (lua_State *L) { |
nothing calls this directly
no test coverage detected