aboutsummaryrefslogblamecommitdiff
path: root/databases/redis/files/extra-patch-deps_lua_src_lua__cjson.c
blob: 32e322d0d4906ca66e112546d73a9337c358b8e3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                               








                                                                               
--- deps/lua/src/lua_cjson.c.orig	2019-12-08 12:56:31 UTC
+++ deps/lua/src/lua_cjson.c
@@ -1299,7 +1299,7 @@
  *
  * luaL_setfuncs() is used to create a module table where the functions have
  * json_config_t as their first upvalue. Code borrowed from Lua 5.2 source. */
-static void luaL_setfuncs (lua_State *l, const luaL_Reg *reg, int nup)
+void luaL_setfuncs (lua_State *l, const luaL_Reg *reg, int nup)
 {
     int i;