LUA_MAXCAPTURES
} capture[LUA_MAXCAPTURES];
#if !defined(LUA_MAXCAPTURES)
if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures");