X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util-src%2Fsignal.c;h=725555fa58ec7b79b9dd95f029871de2dc3b79dd;hb=61a7db53da184889b344fbbee54760bc2e626bb9;hp=1e988a2c59a606eab13f196322127473220dedc4;hpb=774d985d6a690539af5086956f2c9fb89c41ad26;p=prosody.git diff --git a/util-src/signal.c b/util-src/signal.c index 1e988a2c..725555fa 100644 --- a/util-src/signal.c +++ b/util-src/signal.c @@ -32,8 +32,8 @@ #include "lua.h" #include "lauxlib.h" -#if (LUA_VERSION_NUM == 502) -#define luaL_register(L, N, R) luaL_setfuncs(L, R, 0) +#if (LUA_VERSION_NUM == 501) +#define luaL_setfuncs(L, R, N) luaL_register(L, NULL, R) #endif #ifndef lsig @@ -388,7 +388,7 @@ int luaopen_util_signal(lua_State* L) { /* add the library */ lua_newtable(L); - luaL_register(L, NULL, lsignal_lib); + luaL_setfuncs(L, lsignal_lib, 0); /* push lua_signals table into the registry */ /* put the signals inside the library table too,