lua_unlock(L); } LUA_API void lua_pushlstring (lua_State *L, const char *s, size_t len) { lua_lock(L); luaC_checkGC(L);14 changes: 0 additions & 14 deletions 14 src/blua/lauxlib.c Original file line numberDiff line numberDiff line change @@ -186,20 +186,6 @@ LUALIB_...