Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver: make luaL_pushnull() non-static
Tarantool will make this method public in: tarantool/tarantool@878c0d0 This patch fixes compilation error: ./mysql/driver.c:53:1: error: static declaration of ‘luaL_pushnull’ follows non-static declaration 53 | luaL_pushnull(struct lua_State *L) | ^~~~~~~~~~~~~
- Loading branch information